mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
abort CSI parsing on NUL or DEL
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user