- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_read.go
- Other languages
- PythonRuby Lua TypeScriptRustJava.NETC++Swift
- Options ( ctx : context.Context ) (PaneOptionValues, error)
-
Options returns a freshly decoded, caller-owned view of known options at this exact pane target, including inherited values. The receiver's exact linked session context controls tmux format evaluation. A read failure is returned rather than answered with zero values. Each returned accessor names the setter that writes it, so
PaneOptionValues.WindowStylepairs withPane.SetWindowStyle.Discussed in Options and hooks
In other ports Read the options set on a pane
- Python
libtmux.Pane.show_options - Ruby
LibTmux::Pane#options - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.showOptions - Rust
pane.Pane.options - Java
io.github.libtmux.Pane.Pane.options - .NET
LibTmux.Pane.Options - C++
libtmux::Pane::options - Swift
Server.options(_:)
- Python
0 declared, 0 inherited