On this page
pane.settings.Pane.option_names
- Module
- pane.settings
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane/settings.rs
-
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