diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-17 12:01:17 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-17 12:01:17 +0100 |
commit | 07a13697e10af0a4eee1c158cef679be177fb6e7 (patch) | |
tree | c5f10966729a6080fb52408b10e354ac24235aa8 /options-table.c | |
parent | de86bf18565c98ff954b8d0ad394bb7085451829 (diff) | |
parent | 8daa1d5f547b3933c30fc45d2a80da5016b7dbca (diff) | |
download | rtmux-07a13697e10af0a4eee1c158cef679be177fb6e7.tar.gz rtmux-07a13697e10af0a4eee1c158cef679be177fb6e7.tar.bz2 rtmux-07a13697e10af0a4eee1c158cef679be177fb6e7.zip |
Merge branch 'obsd-master'
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 ded8438d..f5e973e5 100644 --- a/options-table.c +++ b/options-table.c @@ -654,6 +654,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, |