On this page
libtmux.Session.detach_client
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- src/libtmux/session.py
-
Detach every client attached to this session.
Maps to
$ tmux detach-client -s <session_id>— the onlydetach-clientflag group that is genuinely session-scoped.Examples
>>> with control_mode() as ctl: ... session.detach_client()
0 declared, 0 inherited