Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

mcp.model.SnapshotArgs

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

struct mcp.model.SnapshotArgs
struct [source]
struct [source]
struct mcp.model.SnapshotArgs

Arguments for reading a pane's whole state.

Members

pane

pane : String
attribute [source]
attribute [source]
pane

The %-prefixed pane id.

max_lines

max_lines : Option<usize>
attribute [source]
attribute [source]
max_lines

The most content lines to return, oldest dropped first.

Defaults to the whole visible screen. The end of a pane is what says what just happened, so a limit keeps the end.

history

history : bool
attribute [source]
attribute [source]
history

Include scrollback rather than only the visible screen.

Esc

Type to search.