libtmux.Session:set_hook
- Module
- libtmux
- Declared in
- Session
- 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 session hook
- Python
libtmux.Session.set_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
session.Session.setHook - Rust
session.Session.set_hook - Go
tmux.Session.SetHook - Java reached through
Session.hooks, whoseHookscarries the write - .NET reached through
Session.Hooks, whoseTmuxHookscarries the write - C++
libtmux::Session::set_hook - Swift
Server.setHook(_:to:at:in:)
- Python
0 declared, 0 inherited