=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-new-window.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/tmux/cmd-new-window.c 2012/07/11 07:10:15 1.26 +++ src/usr.bin/tmux/cmd-new-window.c 2012/08/14 08:51:53 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-new-window.c,v 1.26 2012/07/11 07:10:15 nicm Exp $ */ +/* $OpenBSD: cmd-new-window.c,v 1.27 2012/08/14 08:51:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -123,7 +123,7 @@ if (args_has(args, 'P')) { if ((template = args_get(args, 'F')) == NULL) - template = DEFAULT_PANE_INFO_TEMPLATE; + template = NEW_WINDOW_TEMPLATE; ft = format_create(); if ((c = cmd_find_client(ctx, NULL)) != NULL)