setFg256

Sets foreground color in a 256 color mode

version(Posix)
bool
setFg256
@safe
(
uint c
)

Parameters

c
Type: uint

The color

Return Value

Type: bool

true in case of success, otherwise false

Meta