diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-04 20:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-04 20:01:16 +0100 |
commit | f68a908c8ae4cd013e1a0ca5c5643381b0acb725 (patch) | |
tree | a4b2aa78ae9dc7397a021802729c3935fe33fcf3 /cmd-join-pane.c | |
parent | 999c1c771b4282c60017b86b26f03136398ae09c (diff) | |
parent | fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (diff) | |
download | rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.tar.gz rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.tar.bz2 rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-join-pane.c')
-rw-r--r-- | cmd-join-pane.c | 2 |
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); |