# mcp.model.SearchPanesArgs

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

Arguments for searching what panes are showing.

## Members

- `pattern` (attribute): The text to look for.
- `regex` (attribute): Read the pattern as a regular expression rather than literal text.
- `match_case` (attribute): Match case. Off by default.
- `history` (attribute): Search scrollback as well as the visible screen.
- `session` (attribute): Only search panes in this session, by `$`-prefixed id or name. Omit for every session.
- `window` (attribute): Only search panes in this window, by `@`-prefixed id. Omit for every window.
