phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Attrs
nxt
ansi_escape
Visual attributes.
@
safe
struct
Attrs {
@
safe
immutable
(
SGR
)[]
sgrs
;
@
safe
ColorRGB8
foregroundColor
;
@
safe
ColorRGB8
backgroundColor
;
@
safe
bool
useForegroundColor
;
@
safe
bool
useBackgroundColor
;
}
Meta
Source
See Implementation
nxt
ansi_escape
enums
SGR
functions
setBackgroundColorRGB8
setForegroundColorRGB8
structs
Attrs
Visual attributes.