=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/tmux/options-table.c 2011/05/20 19:17:39 1.10 --- src/usr.bin/tmux/options-table.c 2011/07/03 19:07:54 1.11 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.10 2011/05/20 19:17:39 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.11 2011/07/03 19:07:54 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 96,101 **** --- 96,106 ---- .type = OPTIONS_TABLE_CHOICE, .choices = options_table_bell_action_list, .default_num = BELL_ANY + }, + + { .name = "bell-on-alert", + .type = OPTIONS_TABLE_FLAG, + .default_num = 0 }, { .name = "default-command",