libtmux::Pane::set_option
- Module
- libtmux
- Declared in
- Pane
- 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 >
-
Discussed in Options and hooks
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 - Swift
Server.setOption(_:to:scope:)
- Python
0 declared, 0 inherited