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

View File

@ -49,7 +49,7 @@ const char *options_table_status_position_list[] = {
"top", "bottom", NULL
};
const char *options_table_bell_action_list[] = {
"none", "any", "current", NULL
"none", "any", "current", "other", NULL
};
/* Server options. */