aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-05-12 15:27:46 +0000
committernicm <nicm>2015-05-12 15:27:46 +0000
commite958db09a72c2308d3edc8384be02714eb068ae7 (patch)
treef2034da50604c6cfbd35486ffdba9f674d12f7fa /tmux.h
parentb833fabeb2334c44406bd54ff7cc804d20c546f6 (diff)
downloadrtmux-e958db09a72c2308d3edc8384be02714eb068ae7.tar.gz
rtmux-e958db09a72c2308d3edc8384be02714eb068ae7.tar.bz2
rtmux-e958db09a72c2308d3edc8384be02714eb068ae7.zip
Add bell-action "other" to pass through bells in all windows except the
current, suggested by Jan ONDREJ.
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 ccbdb763..f7c44b20 100644
--- a/tmux.h
+++ b/tmux.h
@@ -75,6 +75,7 @@ extern char **environ;
#define BELL_NONE 0
#define BELL_ANY 1
#define BELL_CURRENT 2
+#define BELL_OTHER 3
/* Special key codes. */
#define KEYC_NONE 0xfff