tmux.Window.RawOption
- Module
- tmux
- Declared in
- Window
- 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 window option value at this exact window target. A successful string is caller-owned; the receiver's exact linked session context controls tmux format evaluation, and a completed failure is returned.
In other ports Read one window option
- Python
libtmux.Window.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Window:get_option - TypeScript no single-option read;
Window.showOptionsreturns them all - Rust
window.Window.typed_option - 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