fix(tui): preserve WezTerm Kitty images on full redraw

Reserve visible Kitty image rows before drawing placements in full redraws, while preserving the first-row path for taller-than-viewport images so #4415 stays fixed.

Closes #5618.
This commit is contained in:
Armin Ronacher
2026-06-14 23:16:59 +02:00
parent d683a581b7
commit 93b3b7c1fe
3 changed files with 107 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
- Added terminal background color query support for OSC 11 replies.
### Fixed
- 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
## [0.79.2] - 2026-06-12