mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Read DCS control sequences
Still have to implement responses to them.
This commit is contained in:
@@ -68,3 +68,6 @@ ST = b"\x9c"
|
||||
|
||||
#: *Operating system command*.
|
||||
OSC = b"\x9d"
|
||||
|
||||
#: Device Control function (DCS)
|
||||
DCS = ESC + b"P"
|
||||
|
||||
Reference in New Issue
Block a user