=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-break-pane.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/tmux/cmd-break-pane.c 2012/07/11 07:10:15 1.16 +++ src/usr.bin/tmux/cmd-break-pane.c 2012/08/14 08:51:53 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-break-pane.c,v 1.16 2012/07/11 07:10:15 nicm Exp $ */ +/* $OpenBSD: cmd-break-pane.c,v 1.17 2012/08/14 08:51:53 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -95,7 +95,7 @@ if (args_has(args, 'P')) { if ((template = args_get(args, 'F')) == NULL) - template = DEFAULT_PANE_INFO_TEMPLATE; + template = BREAK_PANE_TEMPLATE; ft = format_create(); if ((c = cmd_find_client(ctx, NULL)) != NULL)