On this page
server.settings.Server.get_option
- Module
- server.settings
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
-
Read one server option's exact stored value.
Returns
Nonewhen the option is known but holds no value. tmux prints nothing in that case, so an option set to the empty string cannot be told apart from an unset one.Errors
Returns an error when tmux does not recognize the option name.
0 declared, 0 inherited