mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 00:02:35 +00:00
Fix Android terminal text overflow and stale foldable viewport handling. - Pin terminal WebView textZoom so Android system font scale cannot inflate xterm glyphs past measured cells. - Refit mobile terminal viewport on window dimension changes for fold/unfold, rotation, and split-screen. - Harden viewport refit fallback handling for stale async runs and updateViewport responses. Fixes #4579