fix(tui): decode Kitty CSI-u shifted symbols (#779)

This commit is contained in:
Sarat Chandra 2026-01-16 22:23:15 +05:30 committed by GitHub
parent ba8059a502
commit 12ab69fbad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 0 deletions

View file

@ -6,6 +6,10 @@
- `PI_NO_HARDWARE_CURSOR=1` environment variable to disable hardware cursor positioning for terminals with limited escape sequence support (e.g., IntelliJ IDEA's built-in terminal)
### Fixed
- Decode Kitty CSI-u printable sequences in the editor so shifted symbol keys (e.g., `@`, `?`) work in terminals that enable Kitty keyboard protocol
## [0.47.0] - 2026-01-16
### Breaking Changes