# tmux.ConfirmBeforeRequest

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