# tmux.Warning

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

Warning describes one nonfatal compatibility decision delivered to a [WarningHandler].

## Members

- `Kind` (attribute) — Kind classifies the compatibility decision.
- `Subcommand` (attribute) — Subcommand names the tmux subcommand affected by the decision.
- `Feature` (attribute) — Feature names the optional tmux capability involved.
- `CurrentVersion` (attribute) — CurrentVersion is the observed tmux version.
- `RequiredVersion` (attribute) — RequiredVersion is the minimum tmux version for Feature.
- `Message` (attribute) — Message describes the nonfatal compatibility decision.
- `String` (method) — String implements fmt.Stringer by returning Message.
