libtmux::Session::set_option
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET Swift
- set_option ( name : std::string_view , value : std::string_view ) expected< void, CommandFailure >
-
In other ports Set a session option
- Python
libtmux.Session.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:set_option - TypeScript
session.Session.setOption - Rust
session.Session.set_option - Go
tmux.Session.SetOption - Java reached through
Session.options, whoseOptionscarries the write - .NET reached through
Session.Options, whoseTmuxOptionscarries the write - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited