fix(tui): respect environment terminal dimensions

closes #4004
This commit is contained in:
Mario Zechner
2026-04-30 10:27:58 +02:00
parent ab7dbd3091
commit 32f7fc6aa5
3 changed files with 48 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed `ProcessTerminal` to fall back to `COLUMNS` and `LINES` before defaulting to 80x24 dimensions ([#4004](https://github.com/badlogic/pi-mono/issues/4004))
- Fixed editor rendering artifacts for Thai Sara Am and Lao AM vowel characters ([#3904](https://github.com/badlogic/pi-mono/issues/3904))
## [0.70.6] - 2026-04-28