9.0;vsive (vt100_size), revision 9.0, 85/04/22
VSIZE (VT100_SIZE) -- Set/display VT100 window settings.
usage: VSIZE [-L n] [-C n]
FORMAT
VSIZE [options]
The VSIZE command allows you to set the dimensions of the VT100 emulator
window pane. This command is only valid from within the VT100 emulator (which
is invoked with the VT100 command); attempting to use it directly from the
Shell causes an error.
OPTIONS
If no options are specified, VSIZE displays the current window pane settings.
-L n Specify the height of the window pane in lines. If this
option is omitted, the height remains unchanged.
-C n Specify the width of the window in columns. If this option
is omitted, the width remains unchanged.
EXAMPLES
$ vt100 Invoke VT100 emulator.
$ vsize Display current settings.
Old screen size is 18 lines by 70 columns.
New screen size is 18 lines by 70 columns.
$ vsize -c 60 Change the width.
Old screen size is 18 lines by 70 columns.
New screen size is 18 lines by 60 columns.
$ *** EOF *** Exit the emulator and return
$ to the Shell.