16
2.8
Go
Home
Dec
Hex
ASCII
254 72
FE 48
■
H
v5.1
Returns the cursor to the top left of the screen.
2.9
Move
Cursor Back
Dec
Hex
ASCII
254 76
FE 4C
■
L
v5.1
Moves cursor one position to the left. Cursor will obey wrap settings.
2.10
Move
Cursor Forward
Dec
Hex
ASCII
254 77
FE 4D
■
M
v5.1
Moves cursor one position to the right. Cursor will obey wrap settings.
2.11
Underline
Cursor On
Dec
Hex
ASCII
254 74
FE 4A
■
J
v5.1
Displays a line under the current cursor position. Can be used with block cursor.
2.12
Underline
Cursor Off
Dec
Hex
ASCII
254 75
FE 4B
■
K
v5.1
Removes line under current cursor position.
2.13
Blinking
Block Cursor On
Dec
Hex
ASCII
254 83
FE 53
■
S
v5.1
Displays a blinking block over the current cursor position. Can be used with underline.
2.14
Blinking
Block Cursor Off
Dec
Hex
ASCII
254 84
FE 54
■
T
v5.1
Removes blinking block over current cursor position.