aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-21 18:03:07 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-08-21 18:03:07 +0100
commitb2fe9bff3f11f00c26be22c1b583a467a3e692da (patch)
treeff2a2b5a2b7221ae54a5a8037545f79bc7cae552 /tmux.h
parenta36da3a878a76f9570bee1b180a07243df4d382c (diff)
parentc103f2fbcbeb82019b694bed6869942bc1cbe966 (diff)
downloadrtmux-b2fe9bff3f11f00c26be22c1b583a467a3e692da.tar.gz
rtmux-b2fe9bff3f11f00c26be22c1b583a467a3e692da.tar.bz2
rtmux-b2fe9bff3f11f00c26be22c1b583a467a3e692da.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
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 5b2aac5b..63eddd19 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1005,6 +1005,7 @@ struct window {
#define WINDOW_REDRAW 0x4
#define WINDOW_SILENCE 0x8
#define WINDOW_ZOOMED 0x10
+#define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
struct options options;