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
Undocumented in source.

Classes

Terminal
class Terminal

Instance of a terminal.

Enums

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

Functions

ioctl
int ioctl(int , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

RESET
enum RESET;
Undocumented in source.

Structs

winsize
struct winsize
Undocumented in source.

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.
TIOCGWINSZ
enum uint TIOCGWINSZ;
Undocumented in source.

Meta