fix(tui): cursor position tracking when content shrinks with unchanged lines

This commit is contained in:
Mario Zechner 2026-01-11 03:00:23 +01:00
parent d7394eb109
commit 3bb115a39c
3 changed files with 69 additions and 0 deletions

View file

@ -4,6 +4,7 @@
### Fixed
- Cursor position tracking when content shrinks with unchanged remaining lines
- TUI renders with wrong dimensions after suspend/resume if terminal was resized while suspended ([#599](https://github.com/badlogic/pi-mono/issues/599))
## [0.42.4] - 2026-01-10