fix(tui): stop swallowing escape during cell size detection closes #2661

This commit is contained in:
Mario Zechner
2026-03-29 13:22:23 +02:00
parent 567249e8b4
commit 49c0d860a4
3 changed files with 101 additions and 44 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed TUI cell size response handling to consume only exact `CSI 6 ; height ; width t` replies, so bare `Escape` is no longer swallowed while waiting for terminal image metadata ([#2661](https://github.com/badlogic/pi-mono/issues/2661))
## [0.63.2] - 2026-03-29
## [0.63.1] - 2026-03-27