=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/names.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/tmux/names.c 2015/11/18 14:27:44 1.31 --- src/usr.bin/tmux/names.c 2015/12/08 08:34:18 1.32 *************** *** 1,4 **** ! /* $OpenBSD: names.c,v 1.31 2015/11/18 14:27:44 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: names.c,v 1.32 2015/12/08 08:34:18 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 118,124 **** struct format_tree *ft; char *fmt, *name; ! ft = format_create(); format_defaults_window(ft, w); format_defaults_pane(ft, w->active); --- 118,124 ---- struct format_tree *ft; char *fmt, *name; ! ft = format_create(0); format_defaults_window(ft, w); format_defaults_pane(ft, w->active);