libtmux Reference MCP Search
On this page

pane.CaptureOptions

View as Markdown

Module
pane
Package
libtmux
Source
crates/libtmux/src/pane.rs
struct pane.CaptureOptions
structoverload [source]
structoverload [source]
struct pane.CaptureOptions

10 declared, 0 inherited

Members

  • end method End the capture at a line.
  • escape_sequences method Keep the terminal escape sequences rather than the text alone.
  • history method Capture everything tmux still holds, scrollback included.
  • join_wrapped method Return a wrapped line as one line rather than as the rows it occupies.
  • lower method Lower these options into a capture-pane command for one pane.
  • pending_escape method
  • start method Start the capture at a line.
  • trailing_spaces method
  • trim_blank_cells method
  • visible method Capture the visible screen, which is what tmux does by default.
Esc

Type to search.