List of escape sequences recognized by the H19 emulator.


Heath mode: ESC
----------------
A	cursor up
B	cursor down
C	cursor right
D	cursor left
K	erase to end of line
J	erase to end of screen
H	cursor home
E	clear screen and home
Y	set cursor position
I	reverse linefeed
L	insert line
M	delete line
@	enter insert character mode
O	exit insert character mode
N	delete character
j	save cursor position
k	restore cursor position
n	report cursor location
l	erase line
v	wrap around mode on
w	wrap around mode off
p	enter reverse video
q	exit reverse video
o	erase from beginning of line
b	erase from beginning of screen
<	enter ansi mode

Ansi mode: ESC [ arg
--------------------
L	insert arg lines
M	delete arg lines
P	delete arg characters
?	exit ansi mode
