libtmux.Server.detach_all_clients
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript Rust Go Java .NET C++ Swift
-
Detach every client on this server via
$ tmux detach-client -a.tmux's
-aalways preserves one client; when *keep_client* is omitted, the most-recently-active client survives.Examples
>>> with control_mode() as ctl:... server.detach_all_clients(keep_client=ctl.client_name)In other ports Detach every client on the server
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.DetachAllClients - Java no equivalent on
Server - .NET
LibTmux.Server.DetachAllClientsAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited