HomeManualTopicsTypesSymbols

std_types::screen/std::set_text_colour_at

changes the text colour at the specified screen position

Parameters

screen
the terminal on which to draw
x
in logical screen coordinates
y
in logical screen coordinates (any coordinate within a row is accepted)
colour
the new text colour

Results

None

Description

The arguments are not validated!

Implements

std::set_text_colour_at sets the foreground color at the given position

See also

std::set_background_colour_at sets the background colour at the given position
std::set_character_at sets the character at the given position