SET(HEIGHT)
Sets the height of the screen without modifying the height or location
of any DECTPU window.
Syntax
SET (HEIGHT, SCREEN, integer)
Parameters
HEIGHT A keyword indicating that the vertical dimension
is being set.
SCREEN A keyword indicating that the screen is being
resized.
integer The number of lines the screen should have. The
value must be between 1 and 255.
Comments
Note that although SET (HEIGHT) does not alter any DECTPU windows, the
default EVE behavior when the screen is made smaller is to unmap
windows from the screen, starting with the bottom-most window and
working upward, until there is room in the screen for the remaining
windows. If the screen is subsequently made larger, the unmapped
windows are not remapped by default.
Example
SET (HEIGHT, SCREEN, 20);
Causes the screen to have a height of 20 lines.
Related Topics
ADJUST_WINDOW GET_INFO(WINDOW_VARIABLE) SET(WIDTH)