mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
term: remove unused bit in xtsave struct
This commit is contained in:
parent
98c316556f
commit
0fa4a18938
1 changed files with 0 additions and 1 deletions
|
|
@ -258,7 +258,6 @@ struct terminal {
|
||||||
uint32_t show_cursor:1;
|
uint32_t show_cursor:1;
|
||||||
uint32_t auto_margin:1;
|
uint32_t auto_margin:1;
|
||||||
uint32_t cursor_blink:1;
|
uint32_t cursor_blink:1;
|
||||||
uint32_t insert_mode:1;
|
|
||||||
uint32_t bracketed_paste:1;
|
uint32_t bracketed_paste:1;
|
||||||
uint32_t focus_events:1;
|
uint32_t focus_events:1;
|
||||||
uint32_t alt_scrolling:1;
|
uint32_t alt_scrolling:1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue