libtmux Reference MCP Search
On this page

window.settings.Window.option_names

View as Markdown

Module
window.settings
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window/settings.rs
option_names ( self ) Result<Vec<String>, Error>
method [source]
method [source]
option_names

List the option names set at this window's scope.

Values are not included: tmux renders them for display with three different quoting styles, so re-parsing them would be guesswork. Read each value with Self::get_option, which returns exact bytes.

Errors

Returns an error when tmux refuses the listing.

0 declared, 0 inherited

Esc

Type to search.