tmux.Server.DetachClient
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_clients.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- DetachClient ( ctx : context.Context , request : DetachClientRequest ) error
-
DetachClient detaches one client, or tmux's current client when no target is set. A completed stderr result is an error; cancellation does not prove delivery or detachment did not occur.
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 - Java no equivalent on
Server - .NET
LibTmux.Server.DetachClientAsync - C++ no equivalent on
Server - Swift
Server.detach(_:)
- Python
0 declared, 0 inherited