libtmux.Window:get_option
- Module
- libtmux
- Declared in
- Window
- 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 window option
- Python
libtmux.Window.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript no single-option read;
Window.showOptionsreturns them all - Rust
window.Window.typed_option - Go
tmux.Window.RawOption - Java reached through
Window.options, whoseOptions.getreads one - .NET reached through
Window.Options, whoseTmuxOptions.GetAsyncreads one - C++
libtmux::Window::option - Swift
Server.option(_:scope:)
- Python
0 declared, 0 inherited