libtmux.Server:set_option
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- lua/libtmux/_internal/server.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>
-
In other ports Set a server option
- Python
libtmux.Server.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
server.Server.setOption - Rust
server.Server.set_option - Go
tmux.Server.SetOption - Java reached through
Server.options, whoseOptionscarries the write - .NET reached through
Server.Options, whoseTmuxOptionscarries the write - C++
libtmux::Server::set_server_option - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited