libtmux::Session::detach_clients
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby Lua TypeScriptRustGoJava.NETSwift
- detach_clients ( ) expected< void, CommandFailure >
-
Send every client here away, leaving the session running.
In other ports Detach every client attached to a session
- Python
libtmux.Session.detach_client - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.detach - Rust
session.Session.detach_clients - Go
tmux.Session.DetachClients - Java
io.github.libtmux.Session.Session.detachClients - .NET
LibTmux.Session.DetachClientAsync - Swift
Server.detachClients(from:)
- Python
0 declared, 0 inherited