# tmux.UnsetOptionOptions

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/option_mutation.go#L18
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-unsetoptionoptions/

UnsetOptionOptions controls set-option unset behavior. Its zero value unsets only the selected option.

## Members

- `UnsetPanes` (attribute): UnsetPanes unsets a window option on every pane in a Window receiver.
- `Quiet` (attribute): Quiet suppresses tmux's missing-option diagnostic.
