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

libtmux::Buffer

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
class libtmux::Buffer
class [source]
class [source]
class libtmux::Buffer

A named piece of text the server holds, outliving the pane it came from.

tmux's cut buffers are the clipboard between panes: a pane's selection lands in one, and pasting reads one back. They belong to the server, not to any pane, which is why they are listed from it.

9 declared, 0 inherited

Members

  • Buffer method
  • contents method The whole contents.
  • created method
  • kFields attribute
  • kNoun attribute
  • name method Named by the caller, or by tmux as buffer0 and upward when it is not.
  • remove method
  • sample method The opening of the contents, as tmux prints it in a listing.
  • size method
Esc

Type to search.