pane.Pane.unset_hook
Rust
- Python
- TypeScript
- Rust
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane/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.Discussed in Options and hooks
In other ports Unbind a pane hook
- Python
libtmux.Pane.unset_hook - TypeScript
pane.Pane.unsetHook - Go
tmux.Pane.UnsetHook - 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