VT100 protocol commands
05-10-2007
CNI Engineering S.r.l.
13
3.3.2 Delete to end of row
This command deletes all characters from the current cursor position to the end of the row.
It does not change the position of the cursor.
Sequence
ESC [ 0 K
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘0’
(0x30)
03
‘K’
(0x4b)
3.3.3 Delete from start of row
This command deletes all characters from the start of the row to the current cursor position.
It does not change the position of the cursor.
Sequence
ESC [ 1 K
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘1’
(0x31)
03
‘K’
(0x4b)
3.3.4 Delete row
This command deletes the entire row on which the cursor is currently positioned.
It does not change the position of the cursor.
Sequence
ESC [ 2 K
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘2’
(0x32)
03
‘K’
(0x4b)
Summary of Contents for RM85x
Page 4: ......
Page 8: ...TABLE OF CONTENTS 05 10 2007 CNI Engineering S r l iv...