Implement changing cursor shape

This commit is contained in:
Kovid Goyal
2016-10-21 06:23:05 +05:30
parent 38dfe12d4e
commit a4bef64de6
6 changed files with 93 additions and 32 deletions

View File

@@ -157,3 +157,9 @@ DECSTBM = b"r"
#: *Horizontal position adjust*: Same as :data:`CHA`.
HPA = b"'"
# Misc sequences
#: Change cursor shape/blink
DECSCUSR = b'q'