Get rid of the query escape code for styled underlines

This commit is contained in:
Kovid Goyal
2018-02-04 16:40:48 +05:30
parent a1bd69a9c2
commit 6736fd3835
4 changed files with 0 additions and 25 deletions

View File

@@ -76,8 +76,5 @@
#define BRACKETED_PASTE_START "200~"
#define BRACKETED_PASTE_END "201~"
// Styled underlines
#define STYLED_UNDERLINES (2016 << 5)
// Extended keyboard protocol
#define EXTENDED_KEYBOARD (2017 << 5)