mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-11 18:32:12 +02:00
Forgot the unicode version of APC and PM
This commit is contained in:
@@ -151,6 +151,8 @@ handle_normal_mode_char(Screen *screen, uint32_t ch, PyObject DUMP_UNUSED *dump_
|
||||
case CSI:
|
||||
case OSC:
|
||||
case DCS:
|
||||
case APC:
|
||||
case PM:
|
||||
SET_STATE(ch); break;
|
||||
case NUL:
|
||||
case DEL:
|
||||
|
||||
Reference in New Issue
Block a user