tmux.Window.SetOption
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_mutation.go
- Other languages
- Python Ruby LuaTypeScriptRust Java .NET C++Swift
- SetOption ( ctx : context.Context , name : string , value : string , options : SetOptionOptions ) error
-
SetOption stores a window option at this exact window target without refreshing existing models. Completed failures are secret-safe option errors; cancellation does not prove tmux did not accept the mutation.
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 - Java reached through
Window.options, whoseOptionscarries the write - .NET reached through
Window.Options, whoseTmuxOptionscarries the write - C++
libtmux::Window::set_option - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited