# tmux.SaveBufferToOptions

- **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#L71
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-savebuffertooptions/

SaveBufferToOptions configures streaming a tmux paste buffer's contents out. Its zero value selects tmux's most-recent buffer; a pointer to an empty name is explicit.

## Members

- `Name` (attribute): Name selects a named buffer, or nil for tmux's most-recent buffer.
