=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/tmux/options-table.c 2015/05/11 10:58:22 1.58 --- src/usr.bin/tmux/options-table.c 2015/05/12 15:27:46 1.59 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.58 2015/05/11 10:58:22 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.59 2015/05/12 15:27:46 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 49,55 **** "top", "bottom", NULL }; const char *options_table_bell_action_list[] = { ! "none", "any", "current", NULL }; /* Server options. */ --- 49,55 ---- "top", "bottom", NULL }; const char *options_table_bell_action_list[] = { ! "none", "any", "current", "other", NULL }; /* Server options. */