- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/hierarchy.go
- Other languages
- PythonRuby Lua TypeScriptRustJava.NETC++Swift
- Clients ( ctx : context.Context ) ([]Client, error)
-
Clients materializes attached clients. Failures, including
ErrNoServer, remain errors rather than empty results.In other ports List the server's attached clients
- Python
libtmux.Server.clients - Ruby
LibTmux::Server#list_clients - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.clients - Rust
server.Server.clients - Java
io.github.libtmux.Server.Server.clients - .NET
LibTmux.Server.Clients - C++
libtmux::Server::clients - Swift
Server.clients()
- Python
0 declared, 0 inherited