summaryrefslogtreecommitdiffstats
path: root/cmd-join-pane.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-09-04 20:01:16 +0100
committerThomas Adam <thomas@xteddy.org>2016-09-04 20:01:16 +0100
commitf68a908c8ae4cd013e1a0ca5c5643381b0acb725 (patch)
treea4b2aa78ae9dc7397a021802729c3935fe33fcf3 /cmd-join-pane.c
parent999c1c771b4282c60017b86b26f03136398ae09c (diff)
parentfed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-join-pane.c')
-rw-r--r--cmd-join-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-join-pane.c b/cmd-join-pane.c
index c6c18583..933958a1 100644
--- a/cmd-join-pane.c
+++ b/cmd-join-pane.c
@@ -124,7 +124,7 @@ join_pane(struct cmd *self, struct cmd_q *cmdq, int not_same_window)
else
size = (dst_wp->sx * percentage) / 100;
}
- lc = layout_split_pane(dst_wp, type, size, args_has(args, 'b'));
+ lc = layout_split_pane(dst_wp, type, size, args_has(args, 'b'), 0);
if (lc == NULL) {
cmdq_error(cmdq, "create pane failed: pane too small");
return (CMD_RETURN_ERROR);