summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/notcurses
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/packagefiles/notcurses')
-rw-r--r--subprojects/packagefiles/notcurses/notcurses_tmux.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/subprojects/packagefiles/notcurses/notcurses_tmux.diff b/subprojects/packagefiles/notcurses/notcurses_tmux.diff
new file mode 100644
index 0000000..49ca85b
--- /dev/null
+++ b/subprojects/packagefiles/notcurses/notcurses_tmux.diff
@@ -0,0 +1,12 @@
+diff --git a/src/lib/in.c b/src/lib/in.c
+index b6d4c79ef..cb128678c 100644
+--- a/src/lib/in.c
++++ b/src/lib/in.c
+@@ -1823,6 +1823,7 @@ build_cflow_automaton(inputctx* ictx){
+ { "[?7c", da1_cb, }, // CSI ? 7 c ("VT131")
+ { "[?1;0c", da1_cb, }, // CSI ? 1 ; 0 c ("VT101 with No Options")
+ { "[?1;2c", da1_cb, }, // CSI ? 1 ; 2 c ("VT100 with Advanced Video Option")
++ { "[?1;2;\\Dc", da1_attrs_cb, },
+ { "[?4;6c", da1_cb, }, // CSI ? 4 ; 6 c ("VT132 with Advanced Video and Graphics")
+ // CSI ? 1 2 ; Ps c ("VT125")
+ // CSI ? 6 0 ; Ps c (kmscon)