# tmux.SetBufferRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_buffers.go#L29
- **Page:** https://libtmux.org/en/go/latest/reference/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.

## Members

- `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.
- `Append` (attribute): Append appends Data instead of replacing the selected buffer.
