- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/settings.rs
- Other languages
- PythonTypeScriptGo Java .NET C++Swift
-
Set one option to text, unchecked.
The value is marked sensitive, so it never reaches
Debug, an error, or a tracing span. tmux validates it;Self::set_typed_optionchecks it against tmux's option table first.Errors
Returns an error when tmux rejects the name or value.
Returns
crate::Error::OptionScopeMismatchwhen tmux keeps the option in another of its tables.In other ports Set a window option
- Python
libtmux.Window.set_option - TypeScript
window.Window.setOption - 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 - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited