libtmux Reference MCP Search
On this page

tmux.ColorError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/command.go
struct tmux.ColorError
struct [source]
struct [source]
struct tmux.ColorError

ColorError reports an unsupported color mode. It matches ErrUnknownColor through errors.Is; callers can recover Mode with errors.As.

3 declared, 0 inherited

Members

  • Mode attribute Mode is the rejected color-capability override.
  • Error method Error implements error.
  • Unwrap method Unwrap makes ColorError compatible with ErrUnknownColor.
Esc

Type to search.