Attrs

Visual attributes.

@safe
struct Attrs {
@safe
immutable(SGR)[] sgrs;
@safe
ColorRGB8 foregroundColor;
@safe
ColorRGB8 backgroundColor;
@safe
bool useForegroundColor;
@safe
bool useBackgroundColor;
}

Meta