- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRuby Lua TypeScriptRustGoJava.NETSwift
- options ( ) expected< std::vector< OptionEntry >, CommandFailure >
-
Window options.
tmux looks a named option up in the table it belongs to, so the scope here selects which window provides the context and the inheritance chain, not which names are legal.
In other ports Read the options set on a window
- Python
libtmux.Window.show_options - Ruby
LibTmux::Window#options - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.showOptions - Rust
window.Window.options - Go
tmux.Window.Options - Java
io.github.libtmux.Window.Window.options - .NET
LibTmux.Window.Options - Swift
Server.options(_:)
- Python
0 declared, 0 inherited