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

Go API

Go documentation

tmux.LoadBufferFromOptions

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.LoadBufferFromOptions
struct [source]
struct [source]
struct tmux.LoadBufferFromOptions

LoadBufferFromOptions configures streaming data into a tmux paste buffer. Its zero value lets tmux allocate a buffer; nil Name selects that allocation and a pointer to an empty name is explicit.

1 declared, 0 inherited

Members

  • Name attribute Name selects the destination buffer, or nil for tmux's allocation behavior.
Esc

Type to search.