On this page
tmux.DetachClientRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_clients.go
-
DetachClientRequest configures detaching one tmux client. Its zero value detaches tmux's current client; nil fields omit their flags while an empty ShellCommand pointer is explicit.
2 declared, 0 inherited
Members
- ShellCommand attribute ShellCommand is run after detaching when nonnil.
- TargetClient attribute TargetClient selects a stable client; zero selects tmux's current client.