fix(tui): ignore unsupported Kitty CSI-u modifiers closes #1807

This commit is contained in:
Mario Zechner 2026-03-04 18:14:29 +01:00
parent 8e157412a6
commit 49749407fa
5 changed files with 25 additions and 1 deletions

View file

@ -5,6 +5,7 @@
### Fixed
- Fixed TUI width calculation for regional indicator symbols (e.g. partial flag sequences like `🇨` during streaming) to prevent wrap drift and stale character artifacts in differential rendering.
- Fixed Kitty CSI-u handling to ignore unsupported modifiers so modifier-only events do not insert stray printable characters ([#1807](https://github.com/badlogic/pi-mono/issues/1807))
## [0.55.4] - 2026-03-02