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

tmux.LoadBufferRequest

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

LoadBufferRequest configures loading a file into a tmux paste buffer. Its zero value is invalid because Path is required; nil Name lets tmux allocate a buffer and a pointer to an empty name is explicit.

2 declared, 0 inherited

Members

  • Name attribute Name selects the destination buffer, or nil for tmux's allocation behavior.
  • Path attribute Path is the required input file path.
Esc

Type to search.