pane.Pane.unset_option
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane/settings.rs
- Other languages
- Python Ruby LuaTypeScriptGo Java .NET C++Swift
-
Remove one option, restoring whatever it inherits.
Errors
Returns an error when tmux rejects the name.
Returns
crate::Error::OptionScopeMismatchwhen tmux keeps the option in another of its tables.Discussed in Options and hooks
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 - 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 - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited