window.Window.unset_hook
Rust
- Python
- TypeScript
- Rust
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- window
- Declared in
- Window
- Package
- libtmux
- Source
- crates/libtmux/src/window/settings.rs
- Other languages
- PythonTypeScriptGo Java .NET C++ Swift
-
Remove one hook.
Errors
Returns an error when tmux rejects the hook name.
Returns
crate::Error::OptionScopeMismatchwhen tmux keeps the option in another of its tables.In other ports Unbind a window hook
- Python
libtmux.Window.unset_hook - TypeScript
window.Window.unsetHook - Go
tmux.Window.UnsetHook - 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