From c5ac2579bac08f46f68ee7b9b9e47b6123e83bd2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 2 Sep 2009 16:38:35 +0000 Subject: When incorrect passwords are entered, behave similarly to login(1) and backoff for a bit. Based on a diff from martynas@. --- tmux.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 07e9b74c..61d77b75 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1209,6 +1209,11 @@ seconds of inactivity. The default is off (set to 0). This has no effect as a session option; it must be set as a global option using .Fl g . +When passwords are entered incorrectly, +.Nm +follows the behaviour of +.Xr login 1 +and ignores further password attempts for an increasing timeout. .It Ic message-attr Ar attributes Set status line message attributes, where .Ar attributes -- cgit