On this page
LibTmux.CapturePaneRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/CapturePaneRequest.cs
-
Describes one
capture-paneinvocation.
15 declared, 0 inherited
Members
- CapturePaneRequest method Initializes a capture request.
- AlternateScreen property Gets whether the alternate screen is captured.
- EndLine property Gets the last line to capture.
- EscapeNonPrintable property Gets whether unprintable bytes are escaped as octal.
- EscapeSequences property Gets whether escape sequences are preserved.
- Hyperlinks property Gets whether hyperlinks are captured.
- JoinWrappedLines property Gets whether wrapped lines are joined.
- LineFlags property Gets whether each line carries its flags.
- LineNumbers property Gets whether each line carries its number.
- ModeScreen property Gets whether the pane's mode screen is captured.
- Pending property Gets whether pending output is captured.
- PreserveTrailingSpaces property Gets whether trailing spaces are kept.
- Quiet property Gets whether a missing alternate screen is not an error.
- StartLine property Gets the first line to capture.
- TrimTrailingSpaces property Gets whether trailing spaces are removed.