csi: prepare for alternative cursor styles

This commit is contained in:
Daniel Eklöf 2019-07-22 19:44:21 +02:00
parent 428b31f071
commit 10be7c37ba
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 12 deletions

View file

@ -291,6 +291,8 @@ struct terminal {
struct coord cursor;
struct coord saved_cursor;
struct coord alt_saved_cursor;
enum { CURSOR_BLOCK, CURSOR_UNDERLINE, CURSOR_BAR } cursor_style;
bool cursor_blinking;
uint32_t input_serial;
struct {