=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/tmux/options-table.c 2014/01/28 23:07:09 1.43 --- src/usr.bin/tmux/options-table.c 2014/01/28 23:11:44 1.44 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.43 2014/01/28 23:07:09 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.44 2014/01/28 23:11:44 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 856,862 **** options_set_string(oo, oe->name, "%s", oe->default_str); break; case OPTIONS_TABLE_STYLE: ! options_set_style(oo, oe->name, oe->default_str); break; default: options_set_number(oo, oe->name, oe->default_num); --- 856,862 ---- options_set_string(oo, oe->name, "%s", oe->default_str); break; case OPTIONS_TABLE_STYLE: ! options_set_style(oo, oe->name, oe->default_str, 0); break; default: options_set_number(oo, oe->name, oe->default_num);