fix(tui): align overlays over CJK wide cells

closes #5297
This commit is contained in:
Armin Ronacher
2026-06-15 01:06:15 +02:00
parent ba0ec61563
commit 5b6058c3a7
3 changed files with 70 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed overlay compositing over CJK wide characters so borders stay aligned when an overlay starts inside a full-width cell ([#5297](https://github.com/earendil-works/pi/issues/5297)).
- Fixed WezTerm inline Kitty image rendering during full redraw fallbacks so image padding rows are reserved before the placement is drawn without regressing tall-image placement ([#5618](https://github.com/earendil-works/pi/issues/5618), [#4415](https://github.com/earendil-works/pi/issues/4415)).
## [0.79.3] - 2026-06-13