Revert "fix(tui): avoid tall dialog redraw loops"

This reverts commit 392bae6b67.
This commit is contained in:
Vegard Stikbakke
2026-06-23 11:48:03 +02:00
parent 392bae6b67
commit 590482cf6d
3 changed files with 1 additions and 125 deletions
-4
View File
@@ -6,10 +6,6 @@
- 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