[vte] parser: Add new OSC command from xterm 367



commit ac68f31c34ecea9acb77d7d1bd10f5d3792f8565
Author: Christian Persch <chpe src gnome org>
Date:   Sat Apr 3 16:07:50 2021 +0200

    parser: Add new OSC command from xterm 367
    
    For documentation purposes only; won't implement this in vte.

 src/parser-osc.hh | 1 +
 src/vteseq.cc     | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/src/parser-osc.hh b/src/parser-osc.hh
index 424e04cc..06e9815e 100644
--- a/src/parser-osc.hh
+++ b/src/parser-osc.hh
@@ -80,6 +80,7 @@ _VTE_OSC(XTERM_SET_COLOR_TEK_BG, 16)
 _VTE_OSC(XTERM_SET_COLOR_HIGHLIGHT_BG, 17)
 _VTE_OSC(XTERM_SET_COLOR_TEK_CURSOR, 18)
 _VTE_OSC(XTERM_SET_COLOR_HIGHLIGHT_FG, 19)
+_VTE_OSC(XTERM_SET_CURSOR_NAME, 22)
 _VTE_OSC(XTERM_LOGFILE, 46)
 _VTE_OSC(XTERM_SET_FONT, 50)
 _VTE_OSC(XTERM_SET_XSELECTION, 52)
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 833167c6..8cc29299 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -6667,6 +6667,7 @@ Terminal::OSC(vte::parser::Sequence const& seq)
         case VTE_OSC_XTERM_SET_COLOR_TEK_FG:
         case VTE_OSC_XTERM_SET_COLOR_TEK_BG:
         case VTE_OSC_XTERM_SET_COLOR_TEK_CURSOR:
+        case VTE_OSC_XTERM_SET_CURSOR_NAME:
         case VTE_OSC_XTERM_LOGFILE:
         case VTE_OSC_XTERM_SET_FONT:
         case VTE_OSC_XTERM_SET_XSELECTION:


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