Chapter 7. Dec LG/Compaq LG Plus Emulation GEK-00029B
184
HPB Horizontal Positi on Backward: The current horizontal position will
be changed, moving the active position in the backward direction by
the specified amount. The movement is not permitted to cross the left
margin of the current form.
General Command Syntax
ESC [ Pn j
Indeterminate Conditions
If the parameter is omitted, or zero, Pn is interpreted as the default
value of 1.
If a parameter should request a positioning change into the left
margin region, the current position will be set to the left margin.
Decimal: 27 71 Pn 82
Hex: 1B 5B Pn 6A
BASIC: CHR$(27);"[";Pn;"j";
VPB Vertical Position Backward: The current vertical position will be
changed, moving the active position in the reverse direction by the
specified amount. The movement is not permitted to cross the top
margin of the current form.
General Command Syntax
ESC [ Pn k
Indeterminate Conditions
If the parameter is omitted, Pn is interpreted as the default value of
1.
If a parameter should request a positioning change into the top
margin region, the current position will be set to the top margin.
Decimal: 27 71 Pn 83
Hex : 1B 5B Pn 6B
BASIC: CHR$(27);"[";Pn;"k";
RM Reset Mode: Resets the mode indicated by one or m ore parameters.
The parameters and meanings are the same as used by SM (Set
Mode).
General Command Syntax
ESC [ Ps l <- last character is a lower case L
Decimal: 27 71 Ps 85
Hex : 1B 5B Ps 6C
BASIC: CHR$(27);"[";Ps;"l"