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:
Craig Barnes 2021-04-25 18:35:46 +01:00
parent 3131eb0288
commit f95d7d4684
4 changed files with 20 additions and 0 deletions

View file

@ -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;