summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-12-20 22:11:56 +0100
committerChristian Persch <chpe@src.gnome.org>2022-12-20 22:11:56 +0100
commit8d74fb84e2031a5f3373ef07f7862b0e49966a87 (patch)
treef683e4a0409cc0713790f94d99be07bb2bc7c1eb
parenta36843510ae24b4687840efd4f03afa6bac0bafe (diff)
downloadvte-8d74fb84e2031a5f3373ef07f7862b0e49966a87.tar.gz
parser: Add more OSC codes
-rw-r--r--src/parser-osc.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser-osc.hh b/src/parser-osc.hh
index 8daff84f..6dee70cd 100644
--- a/src/parser-osc.hh
+++ b/src/parser-osc.hh
@@ -23,6 +23,8 @@
_VTE_OSC(EMACS_51, 51)
+_VTE_OSC(FOOT_FLASH, 555)
+
_VTE_OSC(ITERM2_GROWL, 9)
_VTE_OSC(ITERM2_133, 133)
_VTE_OSC(ITERM2_1337, 1337)