mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
Read DCS control sequences
Still have to implement responses to them.
This commit is contained in:
@@ -64,3 +64,11 @@ DECCOLM = 3 << 5
|
||||
BRACKETED_PASTE = 2004 << 5
|
||||
BRACKETED_PASTE_START = '\033[200~'.encode('ascii')
|
||||
BRACKETED_PASTE_END = '\033[201~'.encode('ascii')
|
||||
|
||||
#: Xterm mouse protocol
|
||||
SEND_MOUSE_ON_PRESS_AND_RELEASE = 1000 << 5
|
||||
HILITE_MOUSE_TRACKING = 1001 << 5
|
||||
CELL_MOTION_MOUSE_TRACKING = 1002 << 5
|
||||
FOCUS_TRACKING = 1004 << 5
|
||||
UTF8_MOUSE_MODE = 1005 << 5
|
||||
SGR_MOUSE_MODE = 1006 << 6
|
||||
|
||||
Reference in New Issue
Block a user