Add monitor-bell window option to match the activity and silence

options, from Brad Town.
This commit is contained in:
nicm
2017-08-17 08:37:38 +00:00
parent c6a8ad23a1
commit 8daa1d5f54
3 changed files with 28 additions and 6 deletions

View File

@ -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,