From 588b6d8bfa1b2efdebf8c424c86f6069cceafa41 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 17 Nov 2024 15:26:17 -0500 Subject: Rough subtitles implementation, improve buffers Signed-off-by: Andrew Opalach --- subprojects/packagefiles/notcurses/notcurses_tmux.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 subprojects/packagefiles/notcurses/notcurses_tmux.diff (limited to 'subprojects/packagefiles/notcurses') 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) -- cgit v1.2.3-101-g0448