On this page
pane.CaptureOptions
- Module
- pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
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-panecommand 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.