aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-08-23 15:58:46 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-08-23 15:58:46 +0100
commit2f7ffab0e8de524832b591a9ce6f034406f52e3d (patch)
tree2eb118467251a2b38eb48c39b13cb93678cf846b /tmux.h
parent3ed5e56a3974016dad9c28f42356aba9c05e0f4c (diff)
parenta0802dd4869bfefe548734a840dc2e1d3cb15c90 (diff)
downloadrtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.tar.gz
rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.tar.bz2
rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 6ab9861b..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;
@@ -1451,7 +1452,6 @@ struct cmd_entry {
int flags;
void (*key_binding)(struct cmd *, int);
- int (*check)(struct args *);
enum cmd_retval (*exec)(struct cmd *, struct cmd_q *);
};