vadimdemedes / ink

🌈 React for interactive command-line apps
https://term.ink
MIT License
26.42k stars 593 forks source link

Fix arrow and page up/down keys detected as meta keys #573

Closed vadimdemedes closed 1 year ago

vadimdemedes commented 1 year ago

Fixes https://github.com/vadimdemedes/ink/issues/398.

This is a super simple alternative to https://github.com/vadimdemedes/ink/pull/445, which doesn't require as many changes to fix a simple bug like that. I like the approach taken in #445 though, so perhaps it could be shipped with a next major version.