End APC and PM escape code on BEL as well as ST

This commit is contained in:
Kovid Goyal 2023-02-19 15:24:23 +05:30
parent 6619804df0
commit 71b07090c2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1211,6 +1211,8 @@ accumulate_oth(Screen *screen, uint32_t ch, PyObject DUMP_UNUSED *dump_callback)
switch(ch) { switch(ch) {
case ST: case ST:
return true; return true;
case BEL:
return true;
case DEL: case DEL:
case NUL: case NUL:
break; break;