On this page
LibTmux.TmuxOption
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptionValue.cs
-
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.
4 declared, 0 inherited
Members
- TmuxOption method Initializes an option.
- Index property Gets the array index, or null for an option that is not an array.
- Name property Gets the option name, without index or inheritance marker.
- Value property Gets the value tmux reported.