# tmux.TerminalOverrideValue

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/complex_options.go#L126
- **Page:** https://libtmux.org/reference/go/tmux-terminaloverridevalue/

TerminalOverrideValue is a flag, arbitrary-precision integer, or string. Its zero value has no recognized kind: IsFlag is false, Integer and Text report false, and it represents no parsed capability assignment.

## Members

- `Kind` (method) — Kind returns the value's closed form.
- `IsFlag` (method) — IsFlag reports whether the capability has no assigned value.
- `Integer` (method) — Integer returns a fresh arbitrary-precision integer when the value is numeric.
- `Text` (method) — Text returns the assigned string when the value is textual.
