wait_visual_change
Wait for the terminal display to change (text, selection styling, or cursor) after navigation keys. Use a baseline hash or current state; timeout returns the latest snapshot without error.
Instructions
Wait for text, selection styling, or cursor position to change.
Prefer this after arrow/navigation keys in full-screen TUIs. Pass a prior
visual_hash, or omit it to use the current rendered state as the baseline.
Timeout is not an error: the call returns ok=true with changed=false plus
the final screen snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | Yes | ||
| timeout_ms | No | ||
| baseline_hash | No |