libtmux::Pane::option
- Module
- libtmux
- Declared in
- Pane
- 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 pane option
- Python
libtmux.Pane.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:get_option - TypeScript no single-option read;
Pane.showOptionsreturns them all - Rust
pane.Pane.typed_option - Go
tmux.Pane.RawOption - Java reached through
Pane.options, whoseOptions.getreads one - .NET reached through
Pane.Options, whoseTmuxOptions.GetAsyncreads one - Swift
Server.option(_:scope:)
- Python
0 declared, 0 inherited