libtmux::Window::option
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby Lua TypeScript RustGo Java .NET Swift
- option ( name : std::string_view ) expected< OptionEntry, CommandFailure >
-
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 - Go
tmux.Window.RawOption - Java reached through
Window.options, whoseOptions.getreads one - .NET reached through
Window.Options, whoseTmuxOptions.GetAsyncreads one - Swift
Server.option(_:scope:)
- Python
0 declared, 0 inherited