terminal

Undocumented in source.

Members

Aliases

Background
alias Background = Ground!"background"
Undocumented in source.
Foreground
alias Foreground = Ground!"foreground"
Undocumented in source.
Reset
alias Reset = Flag!"reset"
Undocumented in source.
color_t
alias color_t = ubyte
Undocumented in source.
color_t
alias color_t = ubyte
Undocumented in source.
reset
alias reset = RESET

Resets the colours and the formatting.

Classes

Terminal
class Terminal

Instance of a terminal.

Enums

Color
enum Color
Undocumented in source.
Color
enum Color
Undocumented in source.

Manifest constants

RESET
enum RESET;

Resets the colours and the formatting.

Variables

BLUE
enum ubyte BLUE;
Undocumented in source.
BRIGHT
enum ubyte BRIGHT;
Undocumented in source.
GREEN
enum ubyte GREEN;
Undocumented in source.
RED
enum ubyte RED;
Undocumented in source.

Meta