Display the number of failed password attempts (if any) when the server is

locked. From Tom Doherty.
This commit is contained in:
Nicholas Marriott
2009-07-20 14:37:51 +00:00
parent b292f71c49
commit 54afcfbfb4
4 changed files with 17 additions and 1 deletions

1
tmux.c
View File

@ -46,6 +46,7 @@ struct options global_s_options; /* session options */
struct options global_w_options; /* window options */
int server_locked;
u_int password_failures;
char *server_password;
time_t server_activity;