Merge branch 'master' into floating_panes

This commit is contained in:
Nicholas Marriott
2026-06-04 14:10:25 +01:00
5 changed files with 11 additions and 63 deletions

View File

@@ -108,7 +108,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);
}