term: remove unused bit in xtsave struct

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

View file

@ -258,7 +258,6 @@ struct terminal {
uint32_t show_cursor: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;