Fix ANSI wrapping stack overflow

closes #5185
This commit is contained in:
Mario Zechner
2026-05-30 01:02:48 +02:00
parent 31b961f2ac
commit 9c4a3f3518
2 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed ANSI text wrapping to avoid stack overflows on very long wrapped lines ([#5185](https://github.com/earendil-works/pi/issues/5185)).
## [0.77.0] - 2026-05-28
### Fixed