# mcp.views.Size

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

A pane's size after being resized.

## Members

- `pane` (attribute): The pane that was resized.
- `width` (attribute): How wide it is now, in columns.
- `height` (attribute): How tall it is now, in rows.
