On this page
window.settings.Window.typed_option
- Module
- window.settings
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/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.
0 declared, 0 inherited