[vte] parser: Remove extraneous sequence



commit 5a3cb742fca2d3d5a995e7a3c3cb4204d3aef511
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 10 14:07:12 2018 +0200

    parser: Remove extraneous sequence
    
    DCS $ r is DECRPSS, the response to DECRQSS, so don't recognise
    it as DECRQSS itself.
    
    https://gitlab.gnome.org/GNOME/vte/issues/35#note_312259

 src/parser-dcs.hh | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/parser-dcs.hh b/src/parser-dcs.hh
index 16acaabc..6ce2e74f 100644
--- a/src/parser-dcs.hh
+++ b/src/parser-dcs.hh
@@ -28,7 +28,6 @@ _VTE_NOQ(DECSIXEL,               DCS,    'q',  NONE,  0, NONE     ) /* SIXEL-gra
 _VTE_SEQ(DECRQSS,                DCS,    'q',  NONE,  1, CASH     ) /* request-selection-or-setting */
 _VTE_NOQ(XTERM_RQTCAP,           DCS,    'q',  NONE,  1, PLUS     ) /* xterm request termcap/terminfo */
 _VTE_NOQ(DECLBAN,                DCS,    'r',  NONE,  0, NONE     ) /* load-banner-message */
-_VTE_SEQ(DECRQSS,                DCS,    'r',  NONE,  1, CASH     ) /* request-selection-or-setting */
 _VTE_SEQ(DECRQTSR,               DCS,    's',  NONE,  1, CASH     ) /* request-terminal-state-report */
 _VTE_SEQ(XDGSYNC,                DCS,    's',  EQUAL, 0, NONE     ) /* synchronous update */
 _VTE_NOQ(DECRSPS,                DCS,    't',  NONE,  1, CASH     ) /* restore-presentation-state */


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