On this page
LibTmux.SetHooksRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SetHooksRequest.cs
-
Describes setting several entries of one hook at once.
A tmux hook is an array, and the indices decide the order its commands run in. Writing them together is the only way to land a whole ordering without the hook firing part-written in between.
6 declared, 0 inherited
Members
- SetHooksRequest method Initializes a request to set several entries of one hook.
- ClearExisting property Gets whether entries already there are removed first.
- Global property Gets whether the global table is set instead of the local one.
- Name property Gets the hook name, without an index.
- Scope property Gets the scope to set in, or null for the owner's own.
- Values property Gets the command to place at each index.