summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-12-20 22:11:55 +0100
committerChristian Persch <chpe@src.gnome.org>2022-12-20 22:11:55 +0100
commiteaf5d30427bfc60f2a5eedd44d97062d57a76042 (patch)
treeb7da390d866ab308b0ef00a1e4334964392f9bf2
parentadc5e8fa46cd328354570738aeb3418562b7695e (diff)
downloadvte-eaf5d30427bfc60f2a5eedd44d97062d57a76042.tar.gz
parser: Update list of known OSC codes
... with new codes from xterm master.
-rw-r--r--src/parser-osc.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser-osc.hh b/src/parser-osc.hh
index 06e9815e..8daff84f 100644
--- a/src/parser-osc.hh
+++ b/src/parser-osc.hh
@@ -84,6 +84,9 @@ _VTE_OSC(XTERM_SET_CURSOR_NAME, 22)
_VTE_OSC(XTERM_LOGFILE, 46)
_VTE_OSC(XTERM_SET_FONT, 50)
_VTE_OSC(XTERM_SET_XSELECTION, 52)
+_VTE_OSC(XTERM_QUERY_ALLOWED_OPS, 60)
+_VTE_OSC(XTERM_QUERY_DISALLOWED_OPS, 61)
+_VTE_OSC(XTERM_QUERY_REPORT_OPS, 62)
_VTE_OSC(XTERM_RESET_COLOR, 104)
_VTE_OSC(XTERM_RESET_COLOR_SPECIAL, 105)
_VTE_OSC(XTERM_SET_COLOR_MODE, 106)