Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.ColorError

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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

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

Type to search.