- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Scopes.cs
- Other languages
- PythonRubyLuaTypeScriptRust Go JavaC++Swift
-
Gets the hooks of this server.
tmux has no server hook table of its own: the global one is it, which is why these are reached with the global flag rather than a server flag.
In other ports Read the server's global hooks
- Python
libtmux.Server.show_hooks - Ruby
LibTmux::Server#hooks - Lua
libtmux.Server:list_hooks - TypeScript
server.Server.showHooks - Rust
server.Server.hooks - Go no equivalent on
Server - Java
io.github.libtmux.Server.Server.hooks - C++
libtmux::Server::hooks - Swift
Server.hooks(_:)
- Python
0 declared, 0 inherited