libtmux Reference MCP Search
On this page

tmux.LoadBufferRequest

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.