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
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