User's Manual

C-42
Host Command Summary
MDIS Prism-8 & Prism-9 Emulations
CHARACTER SET SELECTION
Assign G0 label to * character set ESC ( *
Assign G1 label to * character set ESC ) *
Assign G2 label to * character set ESC * * (second * is parameter)
Assign G3 label to * character set ESC + *
Assign G0 labelled set to 7 bit codes SI
Assign G1 labelled set to 7 bit codes SO
Assign G2 labelled set to 7 bit codes ESC n
Assign G3 labelled set to 7 bit codes ESC o
Assign G1 labelled set to 8 bit codes ESC ~
Assign G2 labelled set to 8 bit codes ESC }
Assign G3 labelled set to 8 bit codes ESC |
Assign G1 labelled set to 7 bit codes for 1 character ESC R
Assign G2 labelled set to 7 bit codes for 1 character ESC N
Assign G3 labelled set to 7 bit codes for 1 character ESC O
Load redefinable character set ESC P *b ; *c ; *e % q S1 ;....Sn ESC \
COMMUNICATIONS
Transmission on XON
Transmission off XOFF
Select 7-bit C1 code transmission ESC SP F
Select 8-bit C1 code transmission ESC SP G
CURSOR
Cursor off Hex E4
Cursor on Hex E2
Move cursor * lines up (default 1) ESC [ * A
Move cursor * lines down (default 1) ESC [ * B
Move cursor * columns right (default 1) ESC [ * C
Move cursor * columns left (default 1) ESC [ * D
Move cursor * lines down and to start of line (default 1) ESC [ * E
Move cursor * lines up and to start of line (default 1) ESC [ * F
Move cursor to specified line (*l) and column (*c) on page ESC [ *l ; *c ; H
Move cursor to specified line (*l) and column (*c) on page ESC [ *l ; *c ; f
Move cursor to absolute column number * position ESC [ * G
Move cursor to absolute column number * position ESC [ * `
Horizontal position relative ESC [ * a
Move cursor * columns left (default 1) ESC [ * j
Move cursor to absolute line number * position ESC [ * d
Move cursor * lines down (default 1) ESC [ * e
Move cursor * lines up (default 1) ESC [ * k
Move cursor * columns right (default 1) ESC [ * o
Line addressing relative to top line of page ESC [ < 6 l
Line addressing relative to scroll region ESC [ < 6 h
Make cursor invisible ESC [ < 4 1
Make cursor visible ESC [ < 4 h
Set tab stop at current cursor position ESC H