Server.unsetOption(_:scope:)
Swift
- Python Unset a server option Python Unset a session option Python Unset a window option Python Unset a pane option
- Ruby Unavailable
- Lua Unset a server option Lua Unset a session option Lua Unset a window option Lua Unset a pane option
- TypeScript Unset a server option TypeScript Unset a session option TypeScript Unset a window option TypeScript Unset a pane option
- Rust Unset a server option Rust Unset a session option Rust Unset a window option Rust Unset a pane option
- Go Unset a server option Go Unset a session option Go Unset a window option Go Unset a pane option
- Java Unavailable
- .NET Unavailable
- C++ Unset a session option C++ Unset a window option C++ Unset a pane option
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Options.swift
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET C++
- unsetOption(_:scope:) ( name : String , scope : OptionScope ) TmuxReply
-
Puts an option back the way it was before anyone set it.
What that means depends on the option. A user option —
@-prefixed, which tmux never interprets — is deleted outright and stops being listed. One of tmux's own reverts to its built-in default, so it is still listed, carrying a value nobody chose.Unsetting a name nothing was set to succeeds and changes nothing.
- Raises
Discussed in Options and hooks
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 - 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
In other ports Unset a session option
- Python
libtmux.Session.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:unset_option - TypeScript
session.Session.unsetOption - Rust
session.Session.unset_option - Go
tmux.Session.UnsetOption - Java reached through
Session.options, whoseOptionscarries the write - .NET reached through
Session.Options, whoseTmuxOptionscarries the write - C++
libtmux::Session::unset_option
In other ports Unset a window option
- Python
libtmux.Window.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Window:unset_option - TypeScript
window.Window.unsetOption - Rust
window.Window.unset_option - Go
tmux.Window.UnsetOption - Java reached through
Window.options, whoseOptionscarries the write - .NET reached through
Window.Options, whoseTmuxOptionscarries the write - C++
libtmux::Window::unset_option
In other ports Unset a pane option
- Python
libtmux.Pane.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:unset_option - TypeScript
pane.Pane.unsetOption - Rust
pane.Pane.unset_option - Go
tmux.Pane.UnsetOption - Java reached through
Pane.options, whoseOptionscarries the write - .NET reached through
Pane.Options, whoseTmuxOptionscarries the write - C++
libtmux::Pane::unset_option
0 declared, 0 inherited