From 817221b79f683c6e914cdc61653f342a6d5af406 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 5 Jan 2026 18:16:54 +0100 Subject: [PATCH] fix(tui): trim trailing whitespace in wrapped lines to prevent width overflow fixes #457 --- packages/tui/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 8a2419ed..f7b550c7 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -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