csi: ignore 'blinking cursor' private mode

This commit is contained in:
Daniel Eklöf 2019-07-04 10:04:52 +02:00
parent 0457c33418
commit 50d455bd15
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
csi.c
View file

@ -570,7 +570,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
break; break;
case 12: case 12:
LOG_WARN("unimplemented: cursor blinking"); /* Ignored */
break; break;
case 25: case 25:
@ -640,7 +640,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
break; break;
case 12: case 12:
LOG_WARN("unimplemented: cursor blinking"); /* Ignored */
break; break;
case 25: case 25: