Server.options(_:)
Swift
- Python Read the options set on the server Python Read the options set on a session Python Read the options set on a window Python Read the options set on a pane
- Ruby Read the options set on the server Ruby Read the options set on a session Ruby Read the options set on a window Ruby Read the options set on a pane
- Lua Unavailable
- TypeScript Read the options set on the server TypeScript Read the options set on a session TypeScript Read the options set on a window TypeScript Read the options set on a pane
- Rust Read the options set on the server Rust Read the options set on a session Rust Read the options set on a window Rust Read the options set on a pane
- Go Read the options set on the server Go Read the options set on a session Go Read the options set on a window Go Read the options set on a pane
- Java Read the options set on the server Java Read the options set on a session Java Read the options set on a window Java Read the options set on a pane
- .NET Read the options set on the server .NET Read the options set on a session .NET Read the options set on a window .NET Read the options set on a pane
- C++ Read the options set on the server C++ Read the options set on a session C++ Read the options set on a window C++ Read the options set on a pane
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Options.swift
- Other languages
- PythonRuby Lua TypeScriptRustGoJava.NETC++
- options(_:) ( scope : OptionScope ) [TmuxOption]
-
Every option set in one exact table.
Reports what tmux has actually been told, not the built-in defaults — a fresh server's session table is legitimately empty.
- Raises
Discussed in Options and hooks
In other ports Read the options set on the server
- Python
libtmux.Server.show_options - Ruby
LibTmux::Server#options - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.showOptions - Rust
server.Server.options - Go
tmux.Server.Options - Java
io.github.libtmux.Server.Server.options - .NET
LibTmux.Server.Options - C++
libtmux::Server::options
In other ports Read the options set on a session
- Python
libtmux.Session.show_options - Ruby
LibTmux::Session#options - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.showOptions - Rust
session.Session.options - Go
tmux.Session.Options - Java
io.github.libtmux.Session.Session.options - .NET
LibTmux.Session.Options - C++
libtmux::Session::options
In other ports Read the options set on a window
- Python
libtmux.Window.show_options - Ruby
LibTmux::Window#options - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.showOptions - Rust
window.Window.options - Go
tmux.Window.Options - Java
io.github.libtmux.Window.Window.options - .NET
LibTmux.Window.Options - C++
libtmux::Window::options
In other ports Read the options set on a pane
- Python
libtmux.Pane.show_options - Ruby
LibTmux::Pane#options - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.showOptions - Rust
pane.Pane.options - Go
tmux.Pane.Options - Java
io.github.libtmux.Pane.Pane.options - .NET
LibTmux.Pane.Options - C++
libtmux::Pane::options
0 declared, 0 inherited