libtmux.Pane:set_option
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGo Java .NET C++Swift
- set_option ( name : string , value : boolean|string|number|libtmux.HookProgram|libtmux.OptionArrayInput , options : libtmux.SettingSetOptions? = nil ) libtmux.Request<boolean>
-
Inherited from
libtmux.ConfigurableIn other ports Set a pane option
- Python
libtmux.Pane.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
pane.Pane.setOption - Rust
pane.Pane.set_option - Go
tmux.Pane.SetOption - Java reached through
Pane.options, whoseOptionscarries the write - .NET reached through
Pane.Options, whoseTmuxOptionscarries the write - C++
libtmux::Pane::set_option - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited