mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
term: save/restore charsets on save/restore cursor+attributes
This commit is contained in:
parent
3f3feedde2
commit
c9ebd527cf
3 changed files with 4 additions and 6 deletions
|
|
@ -184,6 +184,7 @@ struct terminal {
|
|||
enum mouse_reporting mouse_reporting;
|
||||
|
||||
struct charsets charsets;
|
||||
struct charsets saved_charsets; /* For save/restore cursor + attributes */
|
||||
|
||||
char *window_title;
|
||||
tll(char *) window_title_stack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue