summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2017-10-24 23:12:45 +0200
committerEgmont Koblinger <egmont@gmail.com>2017-10-24 23:12:54 +0200
commit908c14d7c07b1cc1cca147c763572dd3ee465dd6 (patch)
tree446f2adfa9beca72a1934239a6f9300d8426fc79
parent118177ad089b39a7f769aa372e4d453c85b6c19a (diff)
downloadvte-908c14d7c07b1cc1cca147c763572dd3ee465dd6.tar.gz
caps: Remove redundant entries
https://bugzilla.gnome.org/show_bug.cgi?id=789389
-rw-r--r--src/caps.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caps.cc b/src/caps.cc
index 1f9cd1ed..fad2198d 100644
--- a/src/caps.cc
+++ b/src/caps.cc
@@ -135,13 +135,9 @@ const char _vte_xterm_capability_strings[] =
ENTRY(CSI "%d;%dH", "cursor-position")
ENTRY(CSI "I", "cursor-forward-tabulation")
ENTRY(CSI "%dI", "cursor-forward-tabulation")
- ENTRY(CSI "J", "erase-in-display")
ENTRY(CSI "%mJ", "erase-in-display")
- ENTRY(CSI "?J", "selective-erase-in-display")
ENTRY(CSI "?%mJ", "selective-erase-in-display")
- ENTRY(CSI "K", "erase-in-line")
ENTRY(CSI "%mK", "erase-in-line")
- ENTRY(CSI "?K", "selective-erase-in-line")
ENTRY(CSI "?%mK", "selective-erase-in-line")
ENTRY(CSI "L", "insert-lines")
ENTRY(CSI "%dL", "insert-lines")