libtmux Reference MCP Search
On this page

tmux.TerminalOverrideValue

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/complex_options.go
struct tmux.TerminalOverrideValue
struct [source]
struct [source]
struct tmux.TerminalOverrideValue

TerminalOverrideValue is a flag, arbitrary-precision integer, or string. Its zero value has no recognized kind: IsFlag is false, Integer and Text report false, and it represents no parsed capability assignment.

4 declared, 0 inherited

Members

  • Integer method Integer returns a fresh arbitrary-precision integer when the value is numeric.
  • IsFlag method IsFlag reports whether the capability has no assigned value.
  • Kind method Kind returns the value's closed form.
  • Text method Text returns the assigned string when the value is textual.
Esc

Type to search.