On this page
tmux.DetachAllClientsRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_clients.go
-
DetachAllClientsRequest configures detaching every client except one. Its zero value keeps tmux's current client; nil fields omit their flags.
2 declared, 0 inherited
Members
- KeepClient attribute KeepClient selects the stable client to retain; zero keeps tmux's current client.
- ShellCommand attribute ShellCommand is run after detaching when nonnil.