libtmux Reference MCP Search
On this page

tmux.Warning

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/warning.go
struct tmux.Warning
struct [source]
struct [source]
struct tmux.Warning

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.
Esc

Type to search.