libtmux.Pane:get_option
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScript RustGo Java .NET C++Swift
- get_option ( name : string , options : libtmux.SettingGetOptions? = nil ) libtmux.Request<libtmux.OptionRecord>
-
Inherited from
libtmux.ConfigurableIn other ports Read one pane option
- Python
libtmux.Pane.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript no single-option read;
Pane.showOptionsreturns them all - Rust
pane.Pane.typed_option - Go
tmux.Pane.RawOption - Java reached through
Pane.options, whoseOptions.getreads one - .NET reached through
Pane.Options, whoseTmuxOptions.GetAsyncreads one - C++
libtmux::Pane::option - Swift
Server.option(_:scope:)
- Python
0 declared, 0 inherited