csi: xtsave/xtrestore: implement \E[?12s and \E[?12r

I.e. save/restore cursor-blink state.
This commit is contained in:
Daniel Eklöf 2020-08-18 07:00:26 +02:00
parent 15ae82e62e
commit 22dcbeacb7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 3 deletions

View file

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