tmux.Pane.UnsetHook
- 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
- UnsetHook ( ctx : context.Context , name : string ) error
-
UnsetHook removes every matching pane hook index at this exact pane target without refreshing models. Completed failures are secret-safe option errors; cancellation does not prove the unset was accepted.
Discussed in Options and hooks
In other ports Unbind a pane hook
- Python
libtmux.Pane.unset_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:unset_hook - TypeScript
pane.Pane.unsetHook - Rust
pane.Pane.unset_hook - Java reached through
Pane.hooks, whoseHookscarries the write - .NET reached through
Pane.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Pane - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited