# mcp.views.Capture

- **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#L163
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-views-capture/

What a pane is showing.

## Members

- `pane` (attribute): The pane that was read.
- `text` (attribute): The text, with lines separated by newlines.
- `lines` (attribute): How many lines that is.
- `marks` (attribute): Whether the text is one command's output, and why it is not.
