SCREEN
Update the Synergy windowing system
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
SCREEN option
Arguments
option
One or more of the following options:
Clear the screen.
Redraw the current windowing system screen.
Reposition the cursor to the first column of the specified row.
Reposition the cursor to the first row on the screen.
Update a windowing system screen to its current state.
Wait for a character to be typed before continuing.
Discussion
If you are using the Synergy windowing API or UI Toolkit, the SCREEN command updates the screen and/or windowing system.
The SCREEN command serves as an interface to the windowing API. It enables you to establish small macros (using a combination of the SAVE and @ commands) so you can look at intermediate states of the screen that you wouldn’t ordinarily get to see.
You can place more than one option, separated by spaces and/or commas, on the same line. Specifying WAIT as the last option gives you a chance to examine the current state of the screen before the next debug prompt covers it up.
Examples
The following example redraws the windowing system screen, leaves the screen displayed until you enter a character, and then clears the screen before accepting any more debugger commands.
SCREEN REDRAW, WAIT, CLEAR