Standard VT52 ESC-codes:

A	cursor up
B	cursor down
C	cursor right
D	cursor left
E	clear screen & home
H	cursor home
I	reverse index
J	erase to end of page
K	erase to end of line
L	insert line
M	delete line
Y%+ %+	position cursor
b%	foreground color
c%	background color
d	erase to beginning of page
e	enable cursor
f	disable cursor
j	save cursor position
k	restore cursor position
l	erase whole line
o	erase beginning of line
p	reverse video on
q	reverse video off
v	line wrap on
w	line wrap off

Non-standard ESC-codes for text attributes:

G	clear all attributes
g	bold on
h	bold off
i	underline on
m	underline off
n	italic on
r	italic off
s	light on
t	light off

