[vte] caps: Remove redundant entries



commit 908c14d7c07b1cc1cca147c763572dd3ee465dd6
Author: Egmont Koblinger <egmont gmail com>
Date:   Tue Oct 24 23:12:45 2017 +0200

    caps: Remove redundant entries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789389

 src/caps.cc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/caps.cc b/src/caps.cc
index 1f9cd1e..fad2198 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")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]