setColors256

Sets colors in a 256 color mode

version(Posix)
bool
setColors256
@safe
(
int fgC
,
int bgC
)

Parameters

fgC
Type: int

The foreground color

bgC
Type: int

The background color

Return Value

Type: bool

true in case of success, otherwise false

Meta