tmux.Window.UnsetOption
- Module
- tmux
- Declared in
- Window
- 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 window option at this exact window target, or its pane copies with UnsetPanes, without refreshing models. Cancellation does not prove the unset was not accepted.
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 - 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