Fix TUI tab width accounting

closes #5218
This commit is contained in:
Mario Zechner
2026-06-02 13:54:47 +02:00
parent 4c6c4482b4
commit 13898f048f
3 changed files with 31 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed tab width accounting in column slicing and overlay compositing so tab-containing output cannot exceed the terminal width ([#5218](https://github.com/earendil-works/pi/issues/5218)).
## [0.78.0] - 2026-05-29
### Fixed