Attrs

Visual attributes.

Members

Functions

reset
void reset(void delegate(scope const(char)[]) @(safe) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(void delegate(scope const(char)[]) @(safe) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backgroundColor
ColorRGB8 backgroundColor;

< Background color.

foregroundColor
ColorRGB8 foregroundColor;

< Foreground color.

sgrs
immutable(SGR)[] sgrs;

< Ordered set of SGR, typically initialized from static immutable(SGR)[].

useBackgroundColor
bool useBackgroundColor;

< Indicate if 'backgroundColor is to be used.

useForegroundColor
bool useForegroundColor;

< Indicate if 'foregroundColor is to be used.

Meta