libtmux Reference MCP Search
On this page

tmux.TerminalOverrides

View as Markdown

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

TerminalOverrides is an immutable parsed terminal-overrides option. Its zero value is an empty immutable collection: Len is zero, Lookup reports false, and Entries returns a nonnil empty slice.

3 declared, 0 inherited

Members

  • Entries method Entries returns a fresh outer slice in first-definition order. Nested TerminalOverride values remain immutable.
  • Len method Len returns the number of distinct terminal patterns.
  • Lookup method Lookup returns the capabilities for terminal.
Esc

Type to search.