osc: recognize, but ignore, 112 (reset text cursor color)

This commit is contained in:
Daniel Eklöf 2019-07-16 10:20:20 +02:00
parent d91805bb28
commit 288cee0c1f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
osc.c
View file

@ -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: