mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
term: move charset variables into an anonymous struct
This commit is contained in:
parent
36bcb0dac1
commit
ce544776ab
3 changed files with 23 additions and 14 deletions
|
|
@ -178,8 +178,11 @@ struct terminal {
|
|||
enum mouse_tracking mouse_tracking;
|
||||
enum mouse_reporting mouse_reporting;
|
||||
|
||||
int selected_charset;
|
||||
enum charset charset[4]; /* G0-G3 */
|
||||
struct {
|
||||
int selected;
|
||||
enum charset set[4]; /* G0-G3 */
|
||||
} charsets;
|
||||
|
||||
char *window_title;
|
||||
tll(char *) window_title_stack;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue