E-4
Host Command Summary
Enable cursor ESC [ ? 50 h
Enable cursor autowrap ESC [ ? 7 h
Index cursor (move down one line) ESC D
Insert FF character & advance cursor FF
Line feed LF
Move cursor down * lines ESC [ * B
Move cursor down one line VT
Move cursor left * columns ESC [ * D
Move cursor one column left BS
Move cursor right * columns ESC [ * C
Move cursor to beginning of next line ESC E
Move cursor to left margin of current line CR
Move cursor to line (*l) column (*c) ESC [ *l ; *c H
Move cursor to line (*l) column (*c) ESC [ *l ; *c f
Move cursor to next tab stop HT
Move cursor up * lines ESC [ * A
Reverse index cursor (move up one line) ESC M
Select absolute origin mode ESC [ ? 6 l
Select auto carriage return ESC [ 20 h LFCR *
Select relative origin mode ESC [ ? 6 h
Set tab stop at current cursor position ESC H TABS *
Tab cursor backward * tabs ESC [ * Z
Tab cursor forward * tabs ESC [ * I
DISPLAY HOST PRIMARY SETUP
Scroll display down * lines ESC [ * T
Scroll display up * lines ESC [ * S
Select 80 column display mode ESC [ ? 3 l
Select 132 column display mode ESC [ ? 3 h
Select invisible display ESC [ ? 75 l
Select normal colour display mode ESC [ ? 5 l
Select reverse colour display mode ESC [ ? 5 h
Select visible display ESC [ ? 75 h
Set left (*l) and right (*r) margin positions ESC [ *l ; *r r
EDITING HOST PRIMARY SETUP
Delete * characters from cursor position right ESC [ * P
Delete * lines from cursor position down ESC [ * M
Erase * characters & attributes from cursor right ESC [ * X
Erase line portion (0 = from, 1 = to, 2 = all) ESC [ * K
Erase screen portion (0 = from, 1 = to, 2 = all) ESC [ * J
Insert * blank lines ESC [ * L
Insert * space characters ESC [ * @
Select insert mode ESC [ 4 h
Select replace mode ESC [ 4 l
GENERAL OPERATION HOST PRIMARY SETUP
Cancel current ESC sequence & display error CAN
Local echo mode on ESC [ 12 l ECHO YES
Local echo mode off ESC [ 12 h ECHO NO
Reset features (* = * in ESC [ * h commands) ESC [ * l