fix(tui): full redraw on terminal width/height resize\n\ncloses #1844

This commit is contained in:
Mario Zechner 2026-03-05 20:27:37 +01:00
parent bb85cad0ba
commit dabcda0db3
4 changed files with 45 additions and 5 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed editor/footer visibility drift during terminal resize by forcing full redraws when terminal width or height changes ([#1844](https://github.com/badlogic/pi-mono/pull/1844) by [@ghoulr](https://github.com/ghoulr)).
## [0.56.1] - 2026-03-05
### Fixed