libtmux Reference MCP Search
On this page

types.CaptureOptions

View as Markdown

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

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.