fix(tui): add Kitty CSI-u printable decoding to Input component, closes #1857

This commit is contained in:
Mario Zechner 2026-03-06 00:33:58 +01:00
parent 863135d429
commit 9bcf06c056
6 changed files with 74 additions and 43 deletions

View file

@ -2,8 +2,13 @@
## [Unreleased]
### Added
- Exported `decodeKittyPrintable()` from `keys.ts` for decoding Kitty CSI-u sequences into printable characters
### Fixed
- Fixed `Input` component not accepting typed characters when Kitty keyboard protocol is active (e.g., VS Code 1.110+), causing model selector filter to ignore keystrokes ([#1857](https://github.com/badlogic/pi-mono/issues/1857))
- Fixed editor/footer visibility drift during terminal resize by forcing full redraws when terminal width or height changes ([#1844](https://github.com/badlogic/pi-mono/pull/1844) by [@ghoulr](https://github.com/ghoulr)).
## [0.56.1] - 2026-03-05