summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/notcurses/notcurses_tmux.diff
blob: 49ca85b9125bd174f7eaa9afb05776d078669b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)