User`s manual

7–76 Digital Emulation
Vertical Position Relative (VPR)
ASCII Code ESC [ Pn e
Hex Code 1B 5B Pn 65
Dec Code 27 91 Pn 101
Purpose Moves the active line to the corresponding horizontal position by adding
Pn the value to the currently active line.
Discussion Pn is the value added to the currently active line. Default value: Pn = 1.
If you try to move the active line below the bottom line, the active position
stops at the bottom line.
Vertical Position Backward (VPB)
ASCII Code ESC [ Pn k
Hex Code 1B 5B Pn 6B
Dec Code 27 91 Pn 107
Purpose Moves the active position to the corresponding column at the preceding
vertical position set by the Pn value.
Discussion Pn is the value subtracted from the currently active line. Default value:
Pn = 1.
If you try to move the active line above the top line, the active position stops
at the top line.