libtmux.Session:set_option
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGo Java .NET C++Swift
- set_option ( name : string , value : boolean|string|number|libtmux.HookProgram|libtmux.OptionArrayInput , options : libtmux.SettingSetOptions? = nil ) libtmux.Request<boolean>
-
Inherited from
libtmux.ConfigurableIn other ports Set a session option
- Python
libtmux.Session.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- 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 - C++
libtmux::Session::set_option - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited