fix(tui): reset viewport state after shrink

This commit is contained in:
Mario Zechner
2026-03-26 10:40:10 +01:00
parent 7e94d36a44
commit cb4e4d8c9a
3 changed files with 128 additions and 16 deletions

View File

@@ -10,6 +10,7 @@
- Fixed blockquote text color breaking after inline links (and other inline elements) due to missing style restoration prefix
- Fixed slash-command Tab completion from immediately chaining into argument autocomplete after completing the command name, restoring flows like `/model` that submit into a selector dialog ([#2577](https://github.com/badlogic/pi-mono/issues/2577))
- Fixed stale content and incorrect viewport tracking after TUI content shrinks or transient components inflate the working area ([#2126](https://github.com/badlogic/pi-mono/pull/2126) by [@Perlence](https://github.com/Perlence))
## [0.62.0] - 2026-03-23