Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal

terminal

API-Documentation: module terminal

Constructors

(val u32)
:
String
 is
[Module base]
codepoint -- represents a unicode codepoint
:
Any
 is
[Contains abstract features]
[Module base]
fuzion -- unit feature to group fuzion-infrustructure related features
 ref
:
equatable,hashable,orderable
 is
[Contains abstract features]
[Module base]
string -- immutable sequences of utf8 encoded unicode characters
:
Any
 is
[Contains abstract features]
terminal -- unit type feature providing ANSI terminal control codes

Terminal provides constants to modify the text output style and color.

Thanks to Bruno Penteado who collected these codes at

https://gist.github.com/bcap/5682077#file-terminal-control-sh

but this also includes input from

https://en.wikipedia.org/wiki/ANSI_escape_code

and

man console_codes
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)