Ceci est une version archivée de
VT52Emulator à 2006-05-02 22:23:33.
VT52 emulator
Sending those characters prefixed with ESC (
27) character, will change the status of the screen (cursor, color, and so on...).
Escape |
Code |
Function |
A |
65 |
Move the text cursor up one line. |
B |
66 |
Move the text cursor down one line. |
C |
67 |
Move the text cursor to the left, one column. |
D |
68 |
Move the text cursor to the right, one column. |
E |
69 |
Clear the screen, move text cursor in top left corner. |
H |
72 |
Move text cursor in top left corner. |
I |
73 |
Move the text cursor up one line, scroll screen if top line. |
J |
74 |
Erase the screen, from the text cursor position, to the end of the screen. |
K |
75 |
Erase the line, from the text cursor position, to the end of the line. |
L |
76 |
Insert a line, scroll down all lines after text cursor position. |
M |
77 |
Delete a line, scroll up all lines from text cursor position. |
Y |
89 |
Move the text cursor at position X,Y. You must send X,Y position as following characters, as Y+32 then X+32 values. |
b |
98 |
Set the text colour. You must a send an extra character with the lower 4 bits being the colour to use from the palette. |
c |
99 |
Set the background colour. You must a send an extra character with the lower 4 bits being the colour to use from the palette. |
d |
100 |
- |
e |
101 |
- |
f |
102 |
- |
j |
106 |
- |
k |
107 |
- |
l |
108 |
- |
o |
111 |
- |
p |
112 |
- |
q |
113 |
- |
v |
118 |
- |
w |
119 |
- |