On this page
window.settings.Window.get_option
- Module
- window.settings
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/settings.rs
-
Read one option's exact stored value.
A user option, whose name begins with
@, exists only while it is set, so an unset one reportsNone. A built-in option always exists, so an unset one also reportsNone. An unrecognized built-in name is an error.Errors
Returns an error when tmux does not recognize the option name.
0 declared, 0 inherited