# tmux.ListBuffersRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/server_buffers.go#L62
- **Page:** https://libtmux.org/reference/go/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.
