fix(tui): skip Kitty query inside Zellij\n\nfixes #3163

This commit is contained in:
Mario Zechner
2026-04-15 18:43:14 +02:00
parent 9c1e6ef6d3
commit 3929e0c181
5 changed files with 98 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Alt keybindings inside Zellij by skipping the Kitty keyboard protocol query there and enabling xterm `modifyOtherKeys` mode 2 directly ([#3163](https://github.com/badlogic/pi-mono/issues/3163))
## [0.67.2] - 2026-04-14
### Added