Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-07 11:15:06 +01:00
3 changed files with 9 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
lc = layout_get_tiled_cell(item, args, dst_w, dst_wp, flags, &cause);
if (cause != NULL) {
cmdq_error(item, "%s", cause);
cmdq_error(item, "size or position %s", cause);
free(cause);
return (CMD_RETURN_ERROR);
}