On this page
LibTmux.CapturePaneRequest.CapturePaneRequest
- Module
- LibTmux
- Declared in
- CapturePaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/CapturePaneRequest.cs
-
Initializes a capture request.
- Parameters
-
-
startLine ( CapturePanePosition? ) – The first line to capture.
-
endLine ( CapturePanePosition? ) – The last line to capture.
-
escapeSequences ( bool ) – Whether escape sequences are preserved.
-
escapeNonPrintable ( bool ) – Whether unprintable bytes are escaped as octal.
-
joinWrappedLines ( bool ) – Whether wrapped lines are joined.
-
preserveTrailingSpaces ( bool ) – Whether trailing spaces are kept.
-
trimTrailingSpaces ( bool ) – Whether trailing spaces are removed.
-
alternateScreen ( bool ) – Whether the alternate screen is captured.
-
quiet ( bool ) – Whether a missing alternate screen is not an error.
-
modeScreen ( bool ) – Whether the pane's mode screen is captured.
-
pending ( bool ) – Whether pending output is captured.
-
hyperlinks ( bool ) – Whether hyperlinks are captured.
-
lineNumbers ( bool ) – Whether each line carries its number.
-
lineFlags ( bool ) – Whether each line carries its flags.
-
0 declared, 0 inherited