Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.PsmuxCaptureOptions.PsmuxCaptureOptions

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

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 null for psmux's default.

  • endLine ( CapturePanePosition? ) – The last line, or 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.