libtmux::Server::set_server_option
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET Swift
- set_server_option ( name : std::string_view , value : std::string_view ) expected< void, CommandFailure >
-
In other ports Set a server option
- Python
libtmux.Server.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:set_option - 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 - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited