mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
term: remove unused bit in xtsave struct
This commit is contained in:
parent
96d7fcdce9
commit
1f9ca7715f
1 changed files with 0 additions and 1 deletions
|
|
@ -260,7 +260,6 @@ struct terminal {
|
|||
uint32_t reverse_wrap:1;
|
||||
uint32_t auto_margin:1;
|
||||
uint32_t cursor_blink:1;
|
||||
uint32_t insert_mode:1;
|
||||
uint32_t bracketed_paste:1;
|
||||
uint32_t focus_events:1;
|
||||
uint32_t alt_scrolling:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue