Ignore PM and APC control codes

This commit is contained in:
Kovid Goyal
2017-01-20 13:31:05 +05:30
parent a4b092621e
commit 0612855c95
3 changed files with 44 additions and 0 deletions

View File

@@ -63,6 +63,8 @@
#define CSI 0x9b
#define ST 0x9c
#define OSC 0x9d
#define PM 0x9e
#define APC 0x9f
// Sharp control codes
// -------------------
@@ -77,6 +79,8 @@
#define ESC_OSC ']'
#define ESC_CSI '['
#define ESC_ST '\\'
#define ESC_PM '^'
#define ESC_APC '_'
// *Reset*.
#define ESC_RIS 'c'