libtmux Reference MCP Search
On this page

pane.settings.Pane.option_names

View as Markdown

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

List the option names set at this pane'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.

Discussed in Options and hooks

0 declared, 0 inherited

Esc

Type to search.