diff options
author | nicm <nicm> | 2021-03-16 09:14:58 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-03-16 09:14:58 +0000 |
commit | 8b800b41c98c37a270cea61e57d1f2702fd75293 (patch) | |
tree | 7a286753c567e479e390b7cfbf24a6b26e66e7e1 /tmux.1 | |
parent | 9017af23556abdc31ba37c925adf6e0f1bb12671 (diff) | |
download | rtmux-8b800b41c98c37a270cea61e57d1f2702fd75293.tar.gz rtmux-8b800b41c98c37a270cea61e57d1f2702fd75293.tar.bz2 rtmux-8b800b41c98c37a270cea61e57d1f2702fd75293.zip |
Add client-detached notification in control mode, from Mohsin Kaleem.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6107,6 +6107,8 @@ A notification will never occur inside an output block. .Pp The following notifications are defined: .Bl -tag -width Ds +.It Ic %client-detached Ar client +The client has detached. .It Ic %client-session-changed Ar client session-id name The client is now attached to the session with ID .Ar session-id , |