libtmux.Window:set_hook
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGo Java .NET C++ Swift
- set_hook ( name : string , value : libtmux.HookProgram , options : libtmux.SettingSetOptions? = nil ) libtmux.Request<boolean>
-
Inherited from
libtmux.ConfigurableIn other ports Bind a command to a window hook
- Python
libtmux.Window.set_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
window.Window.setHook - Rust
window.Window.set_hook - Go
tmux.Window.SetHook - Java reached through
Window.hooks, whoseHookscarries the write - .NET reached through
Window.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Window - Swift
Server.setHook(_:to:at:in:)
- Python
0 declared, 0 inherited