abort CSI parsing on NUL or DEL
This commit is contained in:
parent
c60d09f3b2
commit
5c5599592a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue