- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRuby Lua TypeScriptRustGoJava.NETSwift
- options ( ) expected< std::vector< OptionEntry >, CommandFailure >
-
Pane options, the narrowest scope tmux has, and the end of an inheritance chain that runs pane, window, session, global.
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 - Go
tmux.Pane.Options - Java
io.github.libtmux.Pane.Pane.options - .NET
LibTmux.Pane.Options - Swift
Server.options(_:)
- Python
0 declared, 0 inherited