=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- src/usr.bin/tmux/options-table.c 2017/08/16 11:46:08 1.92 +++ src/usr.bin/tmux/options-table.c 2017/08/17 08:37:38 1.93 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.92 2017/08/16 11:46:08 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.93 2017/08/17 08:37:38 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -653,6 +653,12 @@ .type = OPTIONS_TABLE_FLAG, .scope = OPTIONS_TABLE_WINDOW, .default_num = 0 + }, + + { .name = "monitor-bell", + .type = OPTIONS_TABLE_FLAG, + .scope = OPTIONS_TABLE_WINDOW, + .default_num = 1 }, { .name = "monitor-silence",