fix(tui): avoid tall dialog redraw loops

closes #5990
This commit is contained in:
Vegard Stikbakke
2026-06-23 10:36:47 +02:00
parent d0e0b84cb9
commit 392bae6b67
3 changed files with 125 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@
- Added `Ctrl+J` as a default newline keybinding alongside `Shift+Enter`.
### Fixed
- Fixed full redraw loops when offscreen lines change above a tall visible viewport, avoiding flicker for oversized dialogs ([#5990](https://github.com/earendil-works/pi/issues/5990)).
## [0.79.10] - 2026-06-22
## [0.79.9] - 2026-06-20