libtmux.Server:unset_option
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- lua/libtmux/_internal/server.lua
- Other languages
- Python Ruby TypeScriptRustGo Java .NET C++ Swift
- unset_option ( name : string , options : libtmux.SettingUnsetOptions? = nil ) libtmux.Request<boolean>
-
In other ports Unset a server option
- Python
libtmux.Server.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
server.Server.unsetOption - Rust
server.Server.unset_option - 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