mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
csi: prepare for alternative cursor styles
This commit is contained in:
parent
428b31f071
commit
10be7c37ba
2 changed files with 19 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue