v3.1.92026-06-04
Terminal input freeze recovery
BridgeSpace 3.1.9 fixes a Windows terminal freeze where a stalled xterm write callback could leave an agent pane stuck after heavy output or image paste, and reduces redundant focus retries that made the cursor flicker.
- Frozen terminal queues recover. If xterm loses a write callback, BridgeSpace now clears the stale in-flight write and resumes draining queued output instead of leaving the pane stuck.
- Focused panes stop re-focusing. Active terminals now skip redundant focus calls once the helper textarea already owns focus, reducing cursor flicker during pane and workspace switches.
Fixed
- Fixed a terminal freeze where a stalled or lost xterm.write callback could keep the renderer queue permanently in-flight after high-output agent activity or image paste.
- Reduced cursor flicker by skipping redundant active-terminal focus retries once the xterm textarea is already focused.
