# tmux.ConfirmBeforeRequest

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

ConfirmBeforeRequest configures a background tmux confirmation prompt. Its zero value is invalid because Command is required. Nil pointer fields omit their flags while explicit empty strings are passed to tmux; ConfirmKey must be one printable ASCII character.

## Members

- `Command` (attribute): Command is the required tmux command shown for confirmation.
- `Prompt` (attribute): Prompt replaces tmux's prompt when nonnil.
- `ConfirmKey` (attribute): ConfirmKey selects the affirmative key and requires tmux 3.4; see UnsupportedPolicy.
- `DefaultYes` (attribute): DefaultYes selects yes by default and requires tmux 3.4; see UnsupportedPolicy.
- `TargetClient` (attribute): TargetClient selects the stable client that displays the prompt.
