[PR #16686] Add support for XTerm's NumLock mode #30976

Open
opened 2026-01-31 09:44:16 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/16686

State: open
Merged: No


Summary of the Pull Request

NumLock mode provides a way to alter the behavior of the numeric keypad,
switching between the standard DEC interpretation of DECKPAM, and a
kind of Linux-compatible mode, where DECKPAM only applies if NumLock
is off. Even then it only applies to the non-digit keys, since the digit
keys are interpreted as cursor keys when NumLock is off.

References and Relevant Issues

#16506, #16511, #16654, #16675

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

PR Checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16686 **State:** open **Merged:** No --- ## Summary of the Pull Request NumLock mode provides a way to alter the behavior of the numeric keypad, switching between the standard DEC interpretation of `DECKPAM`, and a kind of Linux-compatible mode, where `DECKPAM` only applies if `NumLock` is off. Even then it only applies to the non-digit keys, since the digit keys are interpreted as cursor keys when `NumLock` is off. ## References and Relevant Issues #16506, #16511, #16654, #16675 ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed ## PR Checklist - [ ] Closes #xxx - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:44:16 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30976