libtmux::Window::unset_option
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET Swift
- unset_option ( name : std::string_view ) expected< void, CommandFailure >
-
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 - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited