WINDOW SET INPUT
Controls the location where serial input from the terminal keyboard is received and displayed.
Syntax
WINDOW SET INPUT ON|OFF
Comments
The WINDOW SET INPUT command is set OFF by default.
When WINDOW SET INPUT is OFF, all serial input is received displayed in the application window (BACKSCREEN) regardless of which window is current. (The FORM INPUT and MENU INPUT commands operate in full-screen mode, and therefore are not affected by WINDOW SET INPUT.)
When WINDOW SET INPUT is ON, all line-by-line input occurs in the current window.
See Also