=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-break-pane.c,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** src/usr.bin/tmux/cmd-break-pane.c 2019/09/19 09:02:30 1.49 --- src/usr.bin/tmux/cmd-break-pane.c 2019/11/28 09:45:15 1.50 *************** *** 1,4 **** ! /* $OpenBSD: cmd-break-pane.c,v 1.49 2019/09/19 09:02:30 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-break-pane.c,v 1.50 2019/11/28 09:45:15 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 76,82 **** window_lost_pane(w, wp); layout_close_pane(wp); ! w = wp->window = window_create(w->sx, w->sy); options_set_parent(wp->options, w->options); wp->flags |= PANE_STYLECHANGED; TAILQ_INSERT_HEAD(&w->panes, wp, entry); --- 76,82 ---- window_lost_pane(w, wp); layout_close_pane(wp); ! w = wp->window = window_create(w->sx, w->sy, w->xpixel, w->ypixel); options_set_parent(wp->options, w->options); wp->flags |= PANE_STYLECHANGED; TAILQ_INSERT_HEAD(&w->panes, wp, entry);