abort CSI parsing on NUL or DEL
This commit is contained in:
parent
c60d09f3b2
commit
5c5599592a
@ -1227,6 +1227,7 @@ END_ALLOW_CASE_RANGE
|
||||
break;
|
||||
case NUL:
|
||||
case DEL:
|
||||
SET_STATE(0);
|
||||
break; // no-op
|
||||
default:
|
||||
REPORT_ERROR("Invalid character in CSI: 0x%x, ignoring the sequence", ch);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user