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