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

LibTmux.TmuxBuffer

.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
Package
LibTmux
Source
src/LibTmux/Utilities/TmuxBuffer.cs
struct LibTmux.TmuxBuffer
struct [source]
struct [source]
struct LibTmux.TmuxBuffer

One tmux paste buffer.

tmux lists a buffer's size and the start of its contents, not the whole thing. Reading a buffer in full is a separate command, so what is listed is enough to choose between buffers rather than to use one.

4 declared, 0 inherited

Members

  • Name property Gets the buffer name.
  • Sample property Gets the start of its contents, as tmux chose to show it.
  • Size property Gets how many bytes it holds.
  • TmuxBuffer method Initializes one buffer.
Esc

Type to search.