summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2017-08-17 08:37:38 +0000
committernicm <nicm>2017-08-17 08:37:38 +0000
commit8daa1d5f547b3933c30fc45d2a80da5016b7dbca (patch)
treef4f1782b8385cc6cd2c30d5ce8e87a5dcb6a3b7d /options-table.c
parentc6a8ad23a14034ee956bcb45748f743ef5d0c1fc (diff)
Add monitor-bell window option to match the activity and silence
options, from Brad Town.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 81d353e9..a4d450d7 100644
--- a/options-table.c
+++ b/options-table.c
@@ -655,6 +655,12 @@ const struct options_table_entry options_table[] = {
.default_num = 0
},
+ { .name = "monitor-bell",
+ .type = OPTIONS_TABLE_FLAG,
+ .scope = OPTIONS_TABLE_WINDOW,
+ .default_num = 1
+ },
+
{ .name = "monitor-silence",
.type = OPTIONS_TABLE_NUMBER,
.scope = OPTIONS_TABLE_WINDOW,