mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
End APC and PM escape code on BEL as well as ST
This commit is contained in:
parent
6619804df0
commit
71b07090c2
1 changed files with 2 additions and 0 deletions
|
|
@ -1211,6 +1211,8 @@ accumulate_oth(Screen *screen, uint32_t ch, PyObject DUMP_UNUSED *dump_callback)
|
|||
switch(ch) {
|
||||
case ST:
|
||||
return true;
|
||||
case BEL:
|
||||
return true;
|
||||
case DEL:
|
||||
case NUL:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue