# libtmux_mcp.models.PaneSnapshot

- **Module:** libtmux_mcp.models
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/models.py#L536
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-panesnapshot/

Rich screen capture with metadata: content, cursor, mode, and scroll state.

## Members

- `pane_id` (attribute)
- `content` (attribute)
- `cursor_x` (attribute)
- `cursor_y` (attribute)
- `pane_width` (attribute)
- `pane_height` (attribute)
- `pane_left` (attribute)
- `pane_top` (attribute)
- `pane_right` (attribute)
- `pane_bottom` (attribute)
- `pane_at_left` (attribute)
- `pane_at_right` (attribute)
- `pane_at_top` (attribute)
- `pane_at_bottom` (attribute)
- `pane_tty` (attribute)
- `pane_pid` (attribute)
- `pane_dead` (attribute)
- `alternate_on` (attribute)
- `pane_in_mode` (attribute)
- `pane_mode` (attribute)
- `scroll_position` (attribute)
- `history_size` (attribute)
- `title` (attribute)
- `pane_current_command` (attribute)
- `pane_current_path` (attribute)
- `is_caller` (attribute)
- `content_truncated` (attribute)
- `content_truncated_lines` (attribute)
