- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
- Other languages
- PythonTypeScriptGo Java .NET C++Swift
-
Set one server option to text, unchecked.
tmux validates the value itself.
Self::set_typed_optionchecks it against tmux's option table first;OptionValuecompares the two.Errors
Returns an error when tmux rejects the name or value.
In other ports Set a server option
- Python
libtmux.Server.set_option - TypeScript
server.Server.setOption - Go
tmux.Server.SetOption - Java reached through
Server.options, whoseOptionscarries the write - .NET reached through
Server.Options, whoseTmuxOptionscarries the write - C++
libtmux::Server::set_server_option - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited