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