libtmux::Window::set_option
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET Swift
- set_option ( name : std::string_view , value : std::string_view ) expected< void, CommandFailure >
-
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 - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited