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.h
View File

@ -998,6 +998,7 @@ extern struct options global_s_options;
extern struct options global_w_options;
extern char *cfg_file;
extern int server_locked;
extern u_int password_failures;
extern char *server_password;
extern time_t server_activity;
extern int debug_level;