|
|
| Host Command Summary | |
| Set inverse & foreground & background colour (* as above) | ESC [ 7 ; *fg ; *bg ; m | ||
| Set normal foreground colour (* = integer as above) | ESC [ = * F | ||
| Set normal background colour (* = integer as above) | ESC [ = * G | ||
| Set reverse foreground colour (* = integer as above) | ESC [ = * H | ||
| Set reverse background colour (* = integer as above) | ESC [ = * I | ||
| Set graphic foreground colour (* = integer as above) | ESC [ = * J | ||
| Set graphic background colour (* = integer as above) | ESC [ = * K | ||
| Request current colour attribute (* = integer as above) | ESC [ = * M | ||
| CONTROLLING THE SCREEN DISPLAY |
|
| |
| Assign * attribute(s) to following characters | ESC [ * m | ||
| Default attributes | 0 |
|
|
| Bold on | 1 |
|
|
| Underline on | 4 |
|
|
| Flashing on | 5 |
|
|
| Inverse video on | 7 |
|
|
| Blank | 8 |
|
|
Fill regions with attribute (* = integer as below) | ESC [ = * L | |||
* = 0 | Fill with current attribute | 2 | Select iBCSe2 compliance | |
1 | Fill with normal attribute | 3 | Deselect iBCSe2 compliance |
Select page (* = 1 - 6) Clear page
Scroll display up * lines, insert blank lines Scroll display down * lines, insert blank lines Access bank 1 & 2 characters using decimal values Clear tab stops (0 = cursor position, 3 = all)
ESC [ * z
FF
ESC [ * S
ESC [ * T
ESC [ = * g (* = 0 - 255) ESC [ * g
CURSOR
Cursor on | ESC [ ? 25 h |
Cursor off | ESC [ ? 25 l |
Move cursor to specified column (* = integer) | ESC [ * ` or ESC [ * G |
Move cursor up * lines | ESC [ * A |
Move cursor down * lines | ESC [ * B or ESC [ * e |
Move cursor right * columns | ESC [ * C or ESC [ * a |
Move cursor left * columns | ESC [ * D |
Move cursor to specified line (* = integer) | ESC [ * d |
Move cursor to line (*l) column (*c) | ESC [ *l ; *c H |
Move cursor to line (*l) column (*c) | ESC [ *l ; *c f |
Move cursor down 1 line & to column 1 | NAK |
Move cursor to start of line | CR |
Move cursor down 1 line in current column | LF |
Move cursor up * lines & to first column | ESC [ * F |
Move cursor down * lines & to first column | ESC [ * E |
Move cursor one column left | BS |
Move cursor to next tab stop | HT |
Tab cursor backward * tabs | ESC [ * Z |
Enable cursor autowrap | ESC [ ? 7 h |
Disable cursor autowrap | ESC [ ? 7 l |