HomeManualTopicsTypesSymbols

std_types::screen/std::define_window

defines a rectangular drawing area

Parameters

self
the screen or terminal
left_x
the left border of the draw area
top_y
the top border of the draw area
right_x
the right border of the draw area (inclusive!)
bottom_y
the bottom border of the draw area (inclusive!)

Results

None

Description

x- and y-coordinates are one-based

Topic

Terminal

Implements

std::define_window defines a rectangular area as the current drawing area

See also

std::create_terminal must be called before any other terminal function