diff --git a/src/curses/window.cpp b/src/curses/window.cpp index 4193bf76..9e024c97 100644 --- a/src/curses/window.cpp +++ b/src/curses/window.cpp @@ -948,6 +948,8 @@ Key::Type Window::getInputChar(int key) m_mouse_event.y = (raw_y - 33) & 0xff; return define_mouse_event(key); } + case 'P': // st + return Key::Delete; case 'Z': return Key::Shift | Key::Tab; case '[': // F1 to F5 in tty