WINDOW (Scroll Window)
The WINDOW primary command moves a window. You can specify a direction keyword (DOWN, RIGHT, LEFT, and UP) and an amount keyword (CSR, HALF, MAX, QTR, or any number). If no parameters are specified, the window moves down by the amount in the Scroll field.

CURSOR
Moves the window to the cursor position. For UP or DOWN, the top border moves to the cursor position. For LEFT or RIGHT, the left border moves to the cursor position. CURSOR can be abbreviated as CSR.
DOWN
Moves toward the bottom of the screen.
HALF
Moves by half of the terminal screen.
LEFT
Moves toward the left of the screen.
n
Moves a window the number of rows or columns. For UP or DOWN, this value specifies the number of rows. For LEFT or RIGHT, this value specifies the number of columns.
MAXIMUM
Moves by the maximum amount. MAXIMUM can be abbreviated as MAX.
RIGHT
Moves a window toward the right of the screen.
UP
Moves a window toward the top of the screen.