setColors256

Sets colors in a 256 color mode

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

Parameters

fgC int

The foreground color

bgC int

The background color

Return Value

Type: bool

true in case of success, otherwise false

Meta