Fix incorrect handling of CSI s/r/u

This commit is contained in:
Kovid Goyal
2018-02-04 16:16:57 +05:30
parent 561e63ee2d
commit a1bd69a9c2
2 changed files with 25 additions and 21 deletions

View File

@@ -230,12 +230,6 @@
// Forward tab
#define CHT 'I'
// Save cursor
#define SC 's'
// Restore cursor
#define RC 'u'
// Misc sequences
// ----------------