# tmux.Warning

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/warning.go#L65
- **Page:** https://libtmux.org/en/go/latest/reference/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.
