On this page
pane.settings.Pane
- Module
- pane.settings
- Package
- libtmux
- Source
- crates/libtmux/src/pane/settings.rs
10 declared, 0 inherited
Members
- append_option method Append to one option rather than replacing it.
- get_option method Read one option's exact stored value.
- hook method Read one hook's commands, or
Nonewhen it holds nothing. - option_names method List the option names set at this pane's scope.
- options method Read every option set on this pane, decoded by its declared kind.
- set_hook method Set one hook to a tmux command.
- set_option method Set one option.
- typed_option method Read one option, decoded according to what tmux declares about it.
- unset_hook method Remove one hook.
- unset_option method Remove one option, restoring whatever it inherits.