mcp.model.CapturePaneArgs
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Arguments for reading a pane.
Members
-
The
%-prefixed pane id.
-
Read the whole history rather than the visible screen.
-
Return only the last command's output, when the shell marks its prompts.
Answers far less than the history, because it starts where the last command's output began. When the pane's shell does not mark its prompts -- fish does, bash and zsh do not -- this reports
marks: "absent"and returns the visible screen instead.
-
Start at this line. Zero is the top of the screen, negative is scrollback. Omit for the top of the screen, or of the scrollback with
history.
-
End at this line. Omit for the bottom of the screen.