KP_Home and KP_End were ignored, skipped because _handle_key_to_pty only checked for Kk keys.
It does not look like that was a typo, so handling for both Kk and KP now in place.
Details
Details
- Reviewers
godfath3r billiob - Group Reviewers
Terminology - Commits
- rTRM2f3d2a944705: Passing KP_ keys to pty
- start terminology
- type 'echo "the quick brown fox jumps over the lazy dog"'
- press keypad Home key
- on unpatched terminology nothing happens
- on patched terminology the behaviour is identical to normal Home
Diff Detail
Diff Detail
- Repository
- rTRM apps/terminology
- Branch
- handle-kp-keys
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 935 Build 1000: arc lint + arc unit
Comment Actions
I cannot find what to do next, do I have to do something to push it into git or one of the reviewers?
Comment Actions
Well thanx for the awesomest terminal app ever! And except for the formatting style, code is really nice and clean, pleasure to work.