mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
osc: recognize, but ignore, 112 (reset text cursor color)
This commit is contained in:
parent
d91805bb28
commit
288cee0c1f
1 changed files with 1 additions and 0 deletions
1
osc.c
1
osc.c
|
|
@ -42,6 +42,7 @@ osc_dispatch(struct terminal *term)
|
|||
|
||||
case 104: /* Reset Color Number 'c' */
|
||||
case 105: /* Reset Special Color Number 'c' */
|
||||
case 112: /* Reset text cursor color */
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue