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