On this page
LibTmux.TmuxOptionValue
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptionValue.cs
-
One option value as tmux reported it.
tmux has no types: every option comes back as text. The typed readings sit alongside
Rawrather than replacing it, so a caller that knows better than the guess can always reach what tmux actually said.
5 declared, 0 inherited
Members
- TmuxOptionValue method Initializes an option value.
- Boolean property Gets the flag reading, or null when the value is not a flag.
- Integer property Gets the whole-number reading, or null when the value is not one.
- Raw property Gets the unescaped text tmux reported, or null when it reported none.
- State property Gets whether the value is absent, a flag, or ordinary text.