fix(tui): avoid overlay scrollback inflation on widen

This commit is contained in:
Mario Zechner
2026-04-02 01:31:09 +02:00
parent 39b1bf7b62
commit af12464217
2 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
- Fixed markdown H1 headings ending with inline code from leaking underline styling into trailing line padding
- Fixed slash-command argument autocomplete to await async `getArgumentCompletions()` results and ignore invalid return values, preventing crashes when extension commands provide asynchronous completions ([#2719](https://github.com/badlogic/pi-mono/issues/2719))
- Fixed non-capturing overlay padding from inflating scrollback and corrupting the viewport on terminal widen ([#2758](https://github.com/badlogic/pi-mono/pull/2758) by [@dotBeeps](https://github.com/dotBeeps))
## [0.64.0] - 2026-03-29