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

types.CaptureOptions

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

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.CaptureOptions
interface [source]
interface [source]
interface types.CaptureOptions

Which part of a pane is read, and in what form.

A capture reads what the pane is showing, not what the program in it intended: a redrawn screen and a scrolled-off line are both gone.

5 declared, 0 inherited

Members

  • alternateScreen property Capture the screen saved underneath a full-screen program, tmux's -a.
  • end property Last line to capture; negative counts back from the visible bottom.
  • escapeSequences property Keep the escape sequences that colour and style the text, tmux's -e.
  • joinWrapped property Join wrapped lines, matching tmux's -J.
  • start property First line to capture; negative reaches into scrollback history.
Esc

Type to search.