1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

LibVT: Mask out keypad keys while in keypad application mode

This commit is contained in:
hanaa12G 2023-12-05 04:48:32 +07:00 committed by Ali Mohammad Pur
parent d6c8b4d279
commit dea61d95db
2 changed files with 8 additions and 2 deletions

View file

@ -424,6 +424,7 @@ protected:
bool m_swallow_current { false };
bool m_stomp { false };
bool m_in_application_keypad_mode { false };
CursorShape m_cursor_shape { VT::CursorShape::Block };
CursorShape m_saved_cursor_shape { VT::CursorShape::Block };