Add bell-action "other" to pass through bells in all windows except the

current, suggested by Jan ONDREJ.
This commit is contained in:
nicm
2015-05-12 15:27:46 +00:00
parent b833fabeb2
commit e958db09a7
4 changed files with 15 additions and 7 deletions

1
tmux.h
View File

@ -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