term: save/restore charsets on save/restore cursor+attributes

This commit is contained in:
Daniel Eklöf 2019-11-17 10:02:46 +01:00
parent 3f3feedde2
commit c9ebd527cf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 4 additions and 6 deletions

View file

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