Server.setOption(_:to:scope:)
Swift
- Python Set a server option Python Set a session option Python Set a window option Python Set a pane option
- Ruby Unavailable
- Lua Set a server option Lua Set a session option Lua Set a window option Lua Set a pane option
- TypeScript Set a server option TypeScript Set a session option TypeScript Set a window option TypeScript Set a pane option
- Rust Set a server option Rust Set a session option Rust Set a window option Rust Set a pane option
- Go Set a server option Go Set a session option Go Set a window option Go Set a pane option
- Java Unavailable
- .NET Unavailable
- C++ Set a server option C++ Set a session option C++ Set a window option C++ Set a pane option
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Options.swift
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET C++
- setOption(_:to:scope:) ( name : String , to : String , scope : OptionScope ) TmuxReply
-
Sets an option.
- Raises
Discussed in Options and hooks
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 - C++
libtmux::Server::set_server_option
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 - C++
libtmux::Session::set_option
In other ports Set a window option
- Python
libtmux.Window.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Window:set_option - TypeScript
window.Window.setOption - Rust
window.Window.set_option - Go
tmux.Window.SetOption - Java reached through
Window.options, whoseOptionscarries the write - .NET reached through
Window.Options, whoseTmuxOptionscarries the write - C++
libtmux::Window::set_option
In other ports Set a pane option
- Python
libtmux.Pane.set_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:set_option - TypeScript
pane.Pane.setOption - Rust
pane.Pane.set_option - Go
tmux.Pane.SetOption - Java reached through
Pane.options, whoseOptionscarries the write - .NET reached through
Pane.Options, whoseTmuxOptionscarries the write - C++
libtmux::Pane::set_option
0 declared, 0 inherited