mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Read application cursor, keypad, and NumLock state from the worker display when encoding mapped keys. These are display modes rather than terminal text modes, so checking mTerm.mode caused full-screen applications such as htop and nvtop to receive normal cursor sequences instead of application-mode sequences. Add regression coverage for application-mode Up and Down keys.