# mcp.exec.WaitView

- **Module:** mcp.exec
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/exec.rs#L151
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-exec-waitview/

What a pane said while it was watched for a pattern.

## Members

- `pane` (attribute): The pane that was watched.
- `outcome` (attribute): How the wait finished.
- `matched_index` (attribute): Which pattern matched, indexed into the list it came from.
- `matched_pattern` (attribute): The pattern that matched, as it was given.
- `text` (attribute): What the pane wrote, with escape sequences removed.
- `bytes` (attribute): How many bytes arrived, before filtering or truncation.
