fix(tui): trim trailing whitespace in wrapped lines to prevent width overflow

fixes #457
This commit is contained in:
Mario Zechner 2026-01-05 18:16:54 +01:00
parent 60ec863354
commit 817221b79f

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Crash when pasting text with trailing whitespace exceeding terminal width through Markdown rendering ([#457](https://github.com/badlogic/pi-mono/pull/457) by [@robinwander](https://github.com/robinwander))
## [0.36.0] - 2026-01-05
## [0.35.0] - 2026-01-05