Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff

from Thomas Adam.
This commit is contained in:
nicm
2015-12-07 09:47:41 +00:00
parent 0417f1f2be
commit b9563340b7
3 changed files with 35 additions and 11 deletions

1
tmux.h
View File

@ -1757,6 +1757,7 @@ const char *key_string_lookup_key(key_code);
/* alerts.c */
void alerts_reset_all(void);
void alerts_queue(struct window *, int);
void alerts_check_session(struct session *);
/* server.c */
extern struct tmuxproc *server_proc;