On this page
pane.settings.Pane.typed_option
- Module
- pane.settings
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane/settings.rs
-
Read one option, decoded according to what tmux declares about it.
A flag comes back as
OptionValue::Flagand a number asOptionValue::Number, so a caller does not decide for itself thatonmeans one. Everything else, including user options, stays text.Errors
Returns an error when tmux does not recognize the option name.
Discussed in Options and hooks
0 declared, 0 inherited