From 8daa1d5f547b3933c30fc45d2a80da5016b7dbca Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 17 Aug 2017 08:37:38 +0000 Subject: Add monitor-bell window option to match the activity and silence options, from Brad Town. --- options-table.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'options-table.c') 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, -- cgit