mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
fix(tui): decode Kitty CSI-u shifted symbols (#779)
This commit is contained in:
parent
ba8059a502
commit
12ab69fbad
2 changed files with 48 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue