HomeManualTopicsTypesSymbols

std_types::screen/std::draw_attributed_text

draw the specified attributed text at the current screen position

Parameters

self
x
in logical screen coordinates
y
in logical screen coordinates (any coordinate within a row is accepted)
attributed_text
the text to draw

Results

None

Description

The text must not contain any newline characters

The text is clipped on the borders of the current window.

Topic

Terminal

Implements

std::draw_attributed_text draws text with given fore- and background colours

See also

std::draw_text draws text at the given position