HomeManualTopicsTypesSymbols

std::create_screen

creates a logical screen

Parameters

width
the number of columns
height
the number of rows
options*
optional screen attributes

Results

None

Description

A screen contains the character codes, text and background colours for all characters.

Column and row numbers start with 1!

Available options are:

  • std::TEXT_COLOUR (default: std::BLACK)

  • std::BACKGROUND_COLOUR (default: std::WHITE)

  • std::LINE_HEIGHT (default: 1)

    Topic

    Terminal

    See also

    std::create_terminal must be called before any other terminal function
    std_types::screen the prototype objects for all screens