Server.detach(_:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Navigation.swift
- Other languages
- Python Ruby Lua TypeScript Rust Go Java .NET C++
-
Detaches a client from the server it is attached to.
A server operation despite the name: it acts on a client the server already holds, so it needs no terminal of its own. The session the client was viewing is untouched. The daemon incarnation is guarded, but tmux cannot atomically compare
client_pid; this detaches whichever current client hasClient/name.- Raises
In other ports Detach one client
- Python
libtmux.Server.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 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
0 declared, 0 inherited