tmux.Server.UnsetOption
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_mutation.go
- Other languages
- Python Ruby LuaTypeScriptRust Java .NET C++ Swift
- UnsetOption ( ctx : context.Context , name : string , options : UnsetOptionOptions ) error
-
UnsetOption unsets a server-scope option without refreshing existing models. UnsetPanes is invalid at server scope. Completed failures are secret-safe option errors; cancellation does not prove the unset was not accepted.
In other ports Unset a server option
- Python
libtmux.Server.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:unset_option - TypeScript
server.Server.unsetOption - Rust
server.Server.unset_option - 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