libtmux.Window:unset_option
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGo Java .NET C++Swift
- unset_option ( name : string , options : libtmux.SettingUnsetOptions? = nil ) libtmux.Request<boolean>
-
Inherited from
libtmux.ConfigurableIn other ports Unset a window option
- Python
libtmux.Window.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- 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 - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited