libtmux.Server.detach_client
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript Rust Go Java .NET C++ Swift
-
-
Detach a specific client via
$ tmux detach-client.Maps to
$ tmux detach-client [-t <target_client>]. tmux resolves-tover the global client list (seecmd-find.c); the named client may be attached to any session, so this method lives onServerrather thanSession.Examples
>>> with control_mode() as ctl:... server.detach_client(target_client=ctl.client_name)In other ports Detach one client
- 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.DetachClient - Java no equivalent on
Server - .NET
LibTmux.Server.DetachClientAsync - C++ no equivalent on
Server - Swift
Server.detach(_:)
0 declared, 0 inherited