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

LibTmux.TmuxOption

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

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Options/TmuxOptionValue.cs
struct LibTmux.TmuxOption
struct [source]
struct [source]
struct LibTmux.TmuxOption

One option, with its array index when tmux gave it one.

tmux array options are sparse: setting index 40 leaves 4 through 39 unset, and tmux reports only what exists. Carrying the index on each entry says so plainly, where a list would have to invent the gaps.

5 declared, 0 inherited

Members

  • Index property Gets the array index, or null for an option that is not an array.
  • Inherited property Gets whether the value came from a parent scope.
  • Name property Gets the option name, without index or inheritance marker.
  • TmuxOption method Initializes an option.
  • Value property Gets the value tmux reported.
Esc

Type to search.