libtmux Reference MCP Search
On this page

window.settings.Window

View as Markdown

Module
window.settings
Package
libtmux
Source
crates/libtmux/src/window/settings.rs
class window.settings.Window
class [source]
class [source]
class window.settings.Window

11 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 None when it holds nothing.
  • option_names method List the option names set at this window's scope.
  • options method Read every option set at this window, decoded by its declared kind.
  • set_hook method Set one hook to a tmux command.
  • set_hooks method Write a whole hook at once.
  • 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.
Esc

Type to search.