mirror of
https://github.com/tmux/tmux.git
synced 2026-06-03 16:46:18 +00:00
Use new layout functions for join-pane also, from Dane Jensen.
This commit is contained in:
@@ -109,7 +109,8 @@ cmd_split_window_exec(struct cmd *self, struct cmdq_item *item)
|
||||
else
|
||||
lc = layout_get_tiled_cell(item, args, w, wp, flags, &cause);
|
||||
if (cause != NULL) {
|
||||
cmdq_error(item, "could not create cell: %s", cause);
|
||||
cmdq_error(item, "%s", cause);
|
||||
free(cause);
|
||||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user