diff options
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 705e11c6..ded8438d 100644 --- a/options-table.c +++ b/options-table.c @@ -149,7 +149,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", @@ -172,7 +172,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", @@ -357,7 +357,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", |