# mcp.tail.Cursor

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

A place in one pane's output.

Opaque by contract: it is rendered as text for the protocol to carry, and
callers pass back what they were given rather than constructing one.

## Members

- `encode` (method): Render the cursor for a caller to hold.
- `decode` (method): Read back a cursor this crate rendered.
- `pane` (method): The pane this cursor belongs to.
