summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-12-07 09:47:41 +0000
committernicm <nicm>2015-12-07 09:47:41 +0000
commitb9563340b7e9f516f77e674791e7635e948ca7fa (patch)
treef38d6526e3eaa51fb459ef01bab9d8aee5cbe453 /tmux.h
parent0417f1f2bef1e8899dad4564db797250ae2c8c49 (diff)
Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff
from Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0808a30c..a1e16955 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;