diff options
author | nicm <nicm> | 2017-08-16 11:46:08 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-08-16 11:46:08 +0000 |
commit | c1ec28a34bea8759481308425d7918721ef62a94 (patch) | |
tree | a5dae9ea676275bf3b64c30add3b3411398f1898 /options-table.c | |
parent | ac2ba0961babe8307b6474a73ea11b097b42f759 (diff) | |
download | rtmux-c1ec28a34bea8759481308425d7918721ef62a94.tar.gz rtmux-c1ec28a34bea8759481308425d7918721ef62a94.tar.bz2 rtmux-c1ec28a34bea8759481308425d7918721ef62a94.zip |
Rename BELL_* values to ALERT_* now they are used by more than bells,
based on a diff from Brad Town.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options-table.c b/options-table.c index 7ad1c2f6..81d353e9 100644 --- a/options-table.c +++ b/options-table.c @@ -150,7 +150,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_CHOICE, .scope = OPTIONS_TABLE_SESSION, .choices = options_table_bell_action_list, - .default_num = BELL_OTHER + .default_num = ALERT_OTHER }, { .name = "assume-paste-time", @@ -173,7 +173,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_CHOICE, .scope = OPTIONS_TABLE_SESSION, .choices = options_table_bell_action_list, - .default_num = BELL_ANY + .default_num = ALERT_ANY }, { .name = "default-command", @@ -358,7 +358,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_CHOICE, .scope = OPTIONS_TABLE_SESSION, .choices = options_table_bell_action_list, - .default_num = BELL_OTHER + .default_num = ALERT_OTHER }, { .name = "status", |