From 2372b0fdc67f17336e39d8eb86019103aad6bb4e Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 18 Jun 2020 08:34:22 +0000 Subject: Add a flag to make a client wait for an empty line before exiting in control mode to avoid stray commands ending up in the shell. --- tmux.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 3c017e64..275dd7e5 100644 --- a/tmux.1 +++ b/tmux.1 @@ -989,6 +989,8 @@ output is paused once the pane is behind in control mode .It read-only the client is read-only +.It wait-exit +wait for an empty line input before exiting in control mode .El .Pp A leading -- cgit