libtmux::Pane::unset_option
- Module
- libtmux
- Declared in
- Pane
- 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 >
-
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 - Rust
pane.Pane.unset_option - Go
tmux.Pane.UnsetOption - Java reached through
Pane.options, whoseOptionscarries the write - .NET reached through
Pane.Options, whoseTmuxOptionscarries the write - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited