fix(tui): stop swallowing escape during cell size detection closes #2661
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user