On this page
libtmux.Server.detach_client
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
-
-
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)
0 declared, 0 inherited