fix(tui): handle wide unicode input scrolling closes #1982

This commit is contained in:
Mario Zechner
2026-03-09 17:51:28 +01:00
parent 18e7b79417
commit aaeb2d8208
4 changed files with 68 additions and 41 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### 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))
## [0.57.1] - 2026-03-07
### New Features