On this page
LibTmux.PsmuxCaptureOptions.PsmuxCaptureOptions
- Module
- LibTmux
- Declared in
- PsmuxCaptureOptions
- Package
- LibTmux
- Source
- src/LibTmux/Psmux/PsmuxCaptureOptions.cs
- PsmuxCaptureOptions ( startLine : CapturePanePosition? , endLine : CapturePanePosition? , escapeSequences : bool , joinWrappedLines : bool )
-
Initializes a bounded psmux capture.
- Parameters
-
-
startLine ( CapturePanePosition? ) – The first line, or <see langword="null" /> for psmux's default.
-
endLine ( CapturePanePosition? ) – The last line, or <see langword="null" /> for psmux's default.
-
escapeSequences ( bool ) – Whether terminal escape sequences are preserved.
-
joinWrappedLines ( bool ) – Whether wrapped screen rows are joined.
-
0 declared, 0 inherited