aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-08-16 14:01:15 +0100
committerThomas Adam <thomas@xteddy.org>2017-08-16 14:01:15 +0100
commit2103a09430142725ea933dcf434c79460ab419f1 (patch)
treea5ee1d7b8a303078b713a891edc0a177082522bb /options-table.c
parent0824850bbce86c395230700cb10c81f162319858 (diff)
parentc6a8ad23a14034ee956bcb45748f743ef5d0c1fc (diff)
downloadrtmux-2103a09430142725ea933dcf434c79460ab419f1.tar.gz
rtmux-2103a09430142725ea933dcf434c79460ab419f1.tar.bz2
rtmux-2103a09430142725ea933dcf434c79460ab419f1.zip
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c6
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",