fix(tui): wrap CJK text at grapheme boundaries

closes #5495
This commit is contained in:
Mario Zechner
2026-06-09 12:51:27 +02:00
parent def99d395e
commit 8da077bcca
3 changed files with 75 additions and 16 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed wrapping for mixed Latin and CJK text so unspaced CJK runs can break at grapheme boundaries without leaving large trailing gaps ([#5495](https://github.com/earendil-works/pi/issues/5495)).
## [0.79.0] - 2026-06-08
### Fixed