diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-02 16:38:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-02 16:38:35 +0000 |
commit | c5ac2579bac08f46f68ee7b9b9e47b6123e83bd2 (patch) | |
tree | 5737b5805ca0cf415d3457c80860e6874e7f6b72 /tmux.1 | |
parent | 61b7dc522d175c5f2a8b38d177adcf7282820380 (diff) | |
download | rtmux-c5ac2579bac08f46f68ee7b9b9e47b6123e83bd2.tar.gz rtmux-c5ac2579bac08f46f68ee7b9b9e47b6123e83bd2.tar.bz2 rtmux-c5ac2579bac08f46f68ee7b9b9e47b6123e83bd2.zip |
When incorrect passwords are entered, behave similarly to login(1) and backoff
for a bit. Based on a diff from martynas@.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |