mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -05:00
csi: xtsave/xtrestore: implement \E[?12s and \E[?12r
I.e. save/restore cursor-blink state.
This commit is contained in:
parent
15ae82e62e
commit
22dcbeacb7
2 changed files with 19 additions and 3 deletions
|
|
@ -253,7 +253,7 @@ struct terminal {
|
|||
uint32_t reverse:1;
|
||||
uint32_t show_cursor: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 focus_events:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue