# mcp.views.Since

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

What a pane wrote since a cursor.

## Members

- `pane` (attribute): The pane that was read.
- `text` (attribute): The text, with escape sequences removed.
- `cursor` (attribute): The cursor to pass back next time.
- `missed` (attribute): Whether output between the previous cursor and this text was lost.
- `closed` (attribute): Whether the pane has stopped writing for good.
- `first` (attribute): Whether this is the first answer, which reports the visible screen rather than what is new.
