diff options
| author | 2024-11-17 15:26:17 -0500 | |
|---|---|---|
| committer | 2024-11-17 15:26:17 -0500 | |
| commit | 588b6d8bfa1b2efdebf8c424c86f6069cceafa41 (patch) | |
| tree | 545308813e9ae19d3293b78c7cb39555a64c0abe /subprojects/packagefiles/notcurses | |
| parent | 58d38d767442c83e31ae6dbaea7b1fc8ccb00633 (diff) | |
| download | camu-588b6d8bfa1b2efdebf8c424c86f6069cceafa41.tar.gz camu-588b6d8bfa1b2efdebf8c424c86f6069cceafa41.tar.bz2 camu-588b6d8bfa1b2efdebf8c424c86f6069cceafa41.zip | |
Rough subtitles implementation, improve buffers
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/notcurses')
| -rw-r--r-- | subprojects/packagefiles/notcurses/notcurses_tmux.diff | 12 |
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) |