window.Window.unset_option
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/settings.rs
- Other languages
- PythonTypeScriptGo 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.In other ports Unset a window option
- Python
libtmux.Window.unset_option - TypeScript
window.Window.unsetOption - 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 - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited