Read DCS control sequences

Still have to implement responses to them.
This commit is contained in:
Kovid Goyal
2016-10-21 04:24:20 +05:30
parent 067662de94
commit e50d811da7
4 changed files with 30 additions and 6 deletions

View File

@@ -68,3 +68,6 @@ ST = b"\x9c"
#: *Operating system command*.
OSC = b"\x9d"
#: Device Control function (DCS)
DCS = ESC + b"P"