diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 6 |
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, |