HomeManualTopicsTypesSymbols

std_types::screen/std::draw_character

draws a character at the current 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)
chr
the character to draw

Results

None

Description

The character is drawn using the current text and background colour.

Topic

Terminal

Implements

std::draw_character draws a character at the given position

See also

std::draw_text draws text at the given position