mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibVT: Mask out keypad keys while in keypad application mode
This commit is contained in:
parent
d6c8b4d279
commit
dea61d95db
2 changed files with 8 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue