Forgot the unicode version of APC and PM

This commit is contained in:
Kovid Goyal
2017-01-20 13:40:58 +05:30
parent 0612855c95
commit cc14562f2c
2 changed files with 3 additions and 1 deletions

View File

@@ -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: