Window shift. Shifts a window to the left or right.
This command is defined for text windows (TX).
Syntax |
 |
TXS [ amount ] [win_number]
|
Parameters |
 |
- amount
This is the number of columns to shift the window. A positive value shifts the
window right (view data past the right end of the screen). A negative value
shifts the window left (view data past the left end of the screen). If no
value is given, the window is shifted to column 1.
- win_number
The window number for a specific text window (TX).
If win_number is omitted, then the current window is used.
Examples |
 |
Shift the window 20 columns to the right.
Shift the window to the left. Any column number
less than 1 is automatically converted to column 1.
Limitations, Restrictions |
 |
none