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

libtmux::CaptureOptions

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

View as Markdown

Module
libtmux
Package
libtmux-cxx
Source
include/libtmux/entities.hpp
struct libtmux::CaptureOptions
struct [source]
struct [source]
struct libtmux::CaptureOptions

Which part of a pane's screen and scrollback a capture reads.

A capture reads what the pane is showing, so a line the program redrew is the redrawn one and a line scrolled past the history limit is gone.

7 declared, 0 inherited

Members

  • end_line attribute
  • join_wrapped attribute Join a line tmux wrapped back into the one line it was.
  • keep_trailing_spaces attribute Keep the spaces at the end of a line, which tmux otherwise trims.
  • output_limit attribute How much of the answer this call is prepared to hold.
  • start_line attribute Where to start, counting back into the scrollback.
  • whole_history attribute Everything tmux still remembers, which is what a caller reading history usually means.
  • with_escape_sequences attribute Keep the escape sequences rather than the text they produced.
Esc

Type to search.