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