mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: ignore 'blinking cursor' private mode
This commit is contained in:
parent
0457c33418
commit
50d455bd15
1 changed files with 2 additions and 2 deletions
4
csi.c
4
csi.c
|
|
@ -570,7 +570,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 12:
|
||||
LOG_WARN("unimplemented: cursor blinking");
|
||||
/* Ignored */
|
||||
break;
|
||||
|
||||
case 25:
|
||||
|
|
@ -640,7 +640,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 12:
|
||||
LOG_WARN("unimplemented: cursor blinking");
|
||||
/* Ignored */
|
||||
break;
|
||||
|
||||
case 25:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue