libtmux.Pane:unset_option
- Module
- libtmux
- Declared in
- Pane
- 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 pane option
- Python
libtmux.Pane.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- 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 - C++
libtmux::Pane::unset_option - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited