On this page
tmux.Warning
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/warning.go
-
Warning describes one nonfatal compatibility decision delivered to a
WarningHandler.
7 declared, 0 inherited
Members
- CurrentVersion attribute CurrentVersion is the observed tmux version.
- Feature attribute Feature names the optional tmux capability involved.
- Kind attribute Kind classifies the compatibility decision.
- Message attribute Message describes the nonfatal compatibility decision.
- RequiredVersion attribute RequiredVersion is the minimum tmux version for Feature.
- Subcommand attribute Subcommand names the tmux subcommand affected by the decision.
- String method String implements fmt.Stringer by returning Message.