aboutsummaryrefslogtreecommitdiff
path: root/cmd-break-pane.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-15 12:01:14 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-15 12:01:14 +0100
commit59d11474694ba0f1cc38b65d19a25b4e7c22a523 (patch)
tree8b9fe526af062ba104c5c40432f904fd9c445c34 /cmd-break-pane.c
parent623e54788e77068779933eb60a042e5a82f32673 (diff)
parente7990375cb130853505fb2ff3a2fa801537119e5 (diff)
downloadrtmux-59d11474694ba0f1cc38b65d19a25b4e7c22a523.tar.gz
rtmux-59d11474694ba0f1cc38b65d19a25b4e7c22a523.tar.bz2
rtmux-59d11474694ba0f1cc38b65d19a25b4e7c22a523.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-break-pane.c')
-rw-r--r--cmd-break-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-break-pane.c b/cmd-break-pane.c
index b57542aa..75562750 100644
--- a/cmd-break-pane.c
+++ b/cmd-break-pane.c
@@ -75,7 +75,7 @@ cmd_break_pane_exec(struct cmd *self, struct cmd_q *cmdq)
window_lost_pane(w, wp);
layout_close_pane(wp);
- w = wp->window = window_create1(dst_s->sx, dst_s->sy);
+ w = wp->window = window_create(dst_s->sx, dst_s->sy);
TAILQ_INSERT_HEAD(&w->panes, wp, entry);
w->active = wp;
name = default_window_name(w);