tmux.Session.RawOption
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_read.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++Swift
-
RawOption returns one exact session option value at this stable session target. A successful string is caller-owned; ok reports presence, and a completed failure is returned rather than normalized. An unindexed empty array is indistinguishable from an empty scalar; use Options for typed array presence.
In other ports Read one session option
- Python
libtmux.Session.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:get_option - TypeScript no single-option read;
Session.showOptionsreturns them all - Rust
session.Session.typed_option - 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