Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

terminal

API-Documentation: module terminal

universe is the mother and father of all features. As such it is the outermost feature.

Universe can not be called but you can use it in a call as part of a full qualifier, e.g.:

Constructors

(val u32)
:
String
 is
[Module base]
codepoint -- represents a unicode codepoint
:
Any
 is
[Unit Type]
[Module base]
fuzion -- unit feature to group fuzion-infrastructure related features
:
Any
 is
[Unit Type]
[Module http]
HTTP/1.1 as defined in
* HTTP/1.1 https://datatracker.ietf.org/doc/html/rfc9112
* HTTP Semantics https://datatracker.ietf.org/doc/html/rfc9110
* HTTP Caching https://datatracker.ietf.org/doc/html/rfc9111
 ref
:
equatable,hashable,orderable
 is
[Contains abstract features]
[Module base]
string -- immutable sequences of utf8 encoded unicode characters
:
Any
 is
[Unit Type]
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.095dev (GIT hash 0535ac84444a68203ab8695f277d866cdb4f76b0)
last changed: 2026-03-13