mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
csi: implement 'civis' (show/hide cursor)
This commit is contained in:
parent
a7a28ff581
commit
5e8c75aa38
3 changed files with 5 additions and 3 deletions
4
csi.c
4
csi.c
|
|
@ -567,7 +567,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 25:
|
||||
LOG_WARN("unimplemented: civis");
|
||||
term->hide_cursor = false;
|
||||
break;
|
||||
|
||||
case 1000:
|
||||
|
|
@ -625,7 +625,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 25:
|
||||
LOG_WARN("unimplemented: civis");
|
||||
term->hide_cursor = true;
|
||||
break;
|
||||
|
||||
case 1000:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue