mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
csi: add support for DECSET 2026, as an alternative to BSU/ESU sequences
See: https://gitlab.freedesktop.org/terminal-wg/specifications/-/merge_requests/2#note_847720
This commit is contained in:
parent
3131eb0288
commit
f95d7d4684
4 changed files with 20 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ struct terminal {
|
|||
bool alt_screen:1;
|
||||
bool modify_escape_key:1;
|
||||
bool ime:1;
|
||||
bool app_sync_updates:1;
|
||||
|
||||
bool sixel_scrolling:1;
|
||||
bool sixel_private_palette:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue