Host Command Summary
DISPLAY
80 column display | ESC & w 6 f 80 X |
132 column display | ESC & w 6 f 132 X |
Clear all margins | ESC 9 |
Display next page | ESC U |
Display previous page | ESC V |
Format mode off | ESC X |
Format mode on | ESC W |
Jump scroll enabled | ESC & k 0 [ |
Memory lock disabled | ESC m |
Memory lock enabled | ESC l |
Scroll down one line | ESC T |
Scroll up one line | ESC S |
Select invisible display | ESC & w 13 F |
Select visible display | ESC & w 12 F |
Set left margin | ESC 4 |
Set right margin | ESC 5 |
Smooth scroll enabled | ESC & k 1 [ |
Define colour pair | ESC & v *parameters |
*parameters can be one or more of the following: | |
<0/1> m | RGB (0) or HSL (1) colour specification method |
<decimal> a | Red or Hue colour value for foreground |
<decimal> b | Green or Saturation colour value for foreground |
<decimal> c | Blue or Luminosity colour value for foreground |
<decimal> x | Red or Hue colour value for background |
<decimal> y | Green or Saturation colour value for background |
<decimal> z | Blue or Luminosity colour value for background |
<0 - 7> i | Colour pair # to be initialized |
<0 - 7> s | Colour pair # to be selected |
<0 - 7> ^ | Colour pair definition status |
Assign colours to colour pair (* = decimal #) Select an alpha colour pair (* = 0 - 7)
ESC & v * a * b * c * x * y * z <colour pair #> i ESC & v * S
EDITING
Clear display memory from cursor | ESC J |
Clear line or field from cursor | ESC K |
Delete character | ESC P |
Delete line | ESC M |
Insert character mode | ESC Q |
Insert line | ESC L |
Modify all mode disabled | ESC & k 0 M |
Modify all mode enabled | ESC & k 1 M |
Replace character mode | ESC R |
Unprotected field end | ESC ] |
Unprotected field start | ESC [ |