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

tmux.SetBufferRequest

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

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_buffers.go
struct tmux.SetBufferRequest
struct [source]
struct [source]
struct tmux.SetBufferRequest

SetBufferRequest configures storing data in a tmux paste buffer. Its zero value writes an empty most-recent buffer; nil Name selects that buffer while a pointer to an empty name is explicit.

3 declared, 0 inherited

Members

  • Append attribute Append appends Data instead of replacing the selected buffer.
  • Data attribute Data is the exact buffer data to store or append.
  • Name attribute Name selects a named buffer, or nil for tmux's most-recent buffer.
Esc

Type to search.