fix(tui): restore shift+tab in xterm modifyOtherKeys mode (#2081)

This commit is contained in:
Lucas Rangel Cezimbra
2026-03-12 20:36:45 -03:00
committed by GitHub
parent 4535415300
commit baeccade54
4 changed files with 21 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed interactive input fields backed by the TUI `Input` component to scroll by visual column width for wide Unicode text (CJK, fullwidth characters), preventing rendered line overflow and TUI crashes in places like search and filter inputs ([#1982](https://github.com/badlogic/pi-mono/issues/1982))
- Fixed `shift+tab` and other modified Tab bindings in tmux when `extended-keys-format` is left at the default `xterm`
## [0.57.1] - 2026-03-07