libtmux Reference MCP Search
On this page

LibTmux.PsmuxCaptureOptions.PsmuxCaptureOptions

View as Markdown

Module
LibTmux
Declared in
PsmuxCaptureOptions
Package
LibTmux
Source
src/LibTmux/Psmux/PsmuxCaptureOptions.cs
PsmuxCaptureOptions ( startLine : CapturePanePosition? , endLine : CapturePanePosition? , escapeSequences : bool , joinWrappedLines : bool )
method [source]
method [source]
PsmuxCaptureOptions

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

Esc

Type to search.