libtmux Reference MCP Search
On this page

LibTmux.CapturePaneRequest.CapturePaneRequest

View as Markdown

Module
LibTmux
Declared in
CapturePaneRequest
Package
LibTmux
Source
src/LibTmux/Requests/CapturePaneRequest.cs
CapturePaneRequest
( 14 parameters ) ( startLine : CapturePanePosition? , endLine : CapturePanePosition? , escapeSequences : bool , escapeNonPrintable : bool , joinWrappedLines : bool , preserveTrailingSpaces : bool , trimTrailingSpaces : bool , alternateScreen : bool , quiet : bool , modeScreen : bool , pending : bool , hyperlinks : bool , lineNumbers : bool , lineFlags : bool )
method [source]
method [source]
CapturePaneRequest

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

Esc

Type to search.