[vte/vte-0-54] parser: Remove extraneous sequence
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-54] parser: Remove extraneous sequence
- Date: Wed, 12 Sep 2018 11:54:16 +0000 (UTC)
commit 95684b1ff44b9d0adb33fe9d648d67430a2c5956
Author: Christian Persch <chpe src gnome org>
Date: Mon Sep 10 14:09:19 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
(cherry picked from commit 5a3cb742fca2d3d5a995e7a3c3cb4204d3aef511)
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]