# mcp.views.MatchView

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

One line of one pane that matched a search.

## Members

- `pane` (attribute): The pane the line was found in.
- `window_id` (attribute): The window that pane belongs to.
- `line` (attribute): Which line of the capture matched, counting from the top.
- `text` (attribute): The line itself.
