server.Server.unset_option
Rust
- Python
- TypeScript
- Rust
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
- Other languages
- PythonTypeScriptGo Java .NET C++ Swift
-
Remove one server option.
Errors
Returns an error when tmux rejects the name.
In other ports Unset a server option
- Python
libtmux.Server.unset_option - TypeScript
server.Server.unsetOption - Go
tmux.Server.UnsetOption - Java reached through
Server.options, whoseOptionscarries the write - .NET reached through
Server.Options, whoseTmuxOptionscarries the write - C++ no equivalent on
Server - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited