tmux.Pane.SetHook
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/hook_runtime.go
- Other languages
- Python Ruby LuaTypeScriptRust Java .NET C++ Swift
-
SetHook stores a pane hook at this exact pane target without refreshing models. Completed failures are secret-safe option errors; cancellation does not prove tmux did not accept the mutation.
Discussed in Options and hooks
In other ports Bind a command to a pane hook
- Python
libtmux.Pane.set_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:set_hook - TypeScript
pane.Pane.setHook - Rust
pane.Pane.set_hook - Java reached through
Pane.hooks, whoseHookscarries the write - .NET reached through
Pane.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Pane - Swift
Server.setHook(_:to:at:in:)
- Python
0 declared, 0 inherited