17
14.
ESC [ L
The cursor moves to the leftmost position of the current row
ACSII Code format
:
ESC [ L
Decimal system format
:
[027][091][076]
Hexadecimal format
:
[1BH][5BH][4CH]
Note: the cursor moves to the leftmost position of the current row. The
cursor is not visible in the default status, but it does exist; use the "ESC _ n"
command to open/close the cursor.
15.
CR the cursor moves to the leftmost position of the current row, which is
equal to the ESC [L instruction
ACSII Code format
:
CR
Decimal system format
:
[013]
Hexadecimal format
:
[0DH]
Note: the cursor moves to the leftmost position of the current row. The
cursor is not visible in the default status, but it does exist; use the "ESC _ n"
command to open/close the cursor.
16.
ESC [ R
The cursor moves to the rightmost position of the current
row
ACSII Code format
:
ESC [ R
Decimal system format
:
[027][091][082]