tmux.Window.SetHooks
- Module
- tmux
- Declared in
- Window
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/hook_runtime.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- SetHooks ( ctx : context.Context , name : string , values : SparseArray[string] , options : SetHooksOptions ) (SetHooksResult, error)
-
SetHooks applies indexed window hook commands in ascending order at this handle's exact window target. With ClearExisting it confirms clearing first, stops at the first failure without rollback, and reports confirmed progress. Cancellation may follow accepted commands and cannot disprove their delivery.
In other ports Write a window hook and its indexed commands at once
- Python
libtmux.Window.set_hooks - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Window - Rust
window.Window.set_hooks - Java no equivalent on
Window - .NET no equivalent on
Window - C++ no equivalent on
Window - Swift no equivalent on
Window
- Python
0 declared, 0 inherited