mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add bell-action "other" to pass through bells in all windows except the
current, suggested by Jan ONDREJ.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user