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