SCREEN
Command: #screen {option} {argument}
The screen command offers a variety of screen manipulation
commands and utilities.
#screen blur
Move the terminal to the back of the stack.
#screen clear [all|scroll region|square] <args>
Provide 4 arguments defining the top left and bottom right corner
when erasing a square.
#screen focus
Move the terminal to the front of the stack.
#screen fullscreen [on|off]
Toggles fullscreen mode when used without an argument.
#screen get <option> <var>
Get various screen options and save them to <var>. Use #screen
get without an argument to see all available options.
#screen info
Debugging information.
#screen inputregion <square> [name]
Set the input region. The name argument is optional and can be
used to create named RECEIVED INPUT [NAME] events.
#screen load <both|label|title>
Reload the saved title, label, or both.
#screen minimize <on|off>
Minimize with on, restore with off.
#screen maximize [on|off]
Maximize with on, restore with off.
#screen move <height> <width>
Move the upper left corner of the terminal to pixel coordinate.
#screen raise <event>
This will raise several screen events with %1 and %2 arguments.
#screen refresh
Terminal dependant, may do nothing.
#screen rescale <height> <width>
Resize the screen to the given height and width in pixels.
#screen resize <rows> <cols>
Resize the screen to the given height and width in characters.
#screen save <both|label|title>
Save the title, label, or both.
#screen scroll <square>
Set the scrolling region, changes the split setting.
#screen set <both|label|title>
Set the title, label, or both. Only title works on Windows.
#screen swap
Swap the input and scroll region.
Related: bell
|