Allow floating panes to be created partially off the window, based on a

change from Michael Grant.
This commit is contained in:
nicm
2026-06-07 09:54:25 +00:00
parent c9e22ab67b
commit 5744021ac9
3 changed files with 9 additions and 9 deletions

View File

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