nxt.ansi_escape

ANSI escape codes and sequences.

Public Imports

nxt.color
public import nxt.color : ColorRGB8;

Members

Enums

SGR
enum SGR

SGR (Select Graphic Rendition) sets display attributes.

Functions

setBackgroundColorRGB8
void setBackgroundColorRGB8(void delegate(scope const(char)[]) @(safe) sink, ColorRGB8 rgb)

Set background color to rgb.

setForegroundColorRGB8
void setForegroundColorRGB8(void delegate(scope const(char)[]) @(safe) sink, ColorRGB8 rgb)

Set foreground color to rgb.

Structs

Attrs
struct Attrs

Visual attributes.

See Also

Meta