fix(tui): stream truncateToWidth for large strings closes #2447

This commit is contained in:
Mario Zechner
2026-03-21 10:06:29 +01:00
parent 78833dfcbc
commit 77db2e4c18
3 changed files with 289 additions and 60 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `truncateToWidth()` to stream truncation for very large strings, keep contiguous prefixes, and always terminate truncated SGR styling safely ([#2447](https://github.com/badlogic/pi-mono/issues/2447))
## [0.61.1] - 2026-03-20
### Fixed