term: remove unused bit in xtsave struct

This commit is contained in:
Daniel Eklöf 2020-10-09 18:52:05 +02:00
parent 96d7fcdce9
commit 1f9ca7715f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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