# tmux.ListBuffersRequest

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

ListBuffersRequest configures tmux's live paste-buffer listing. Its zero value requests tmux's default output; nil Format and Filter omit their flags, whereas pointers to empty strings are explicit expressions.

## Members

- `Format` (attribute): Format selects tmux's output format.
- `Filter` (attribute): Filter is a raw tmux filter expression evaluated by tmux.
