Add support in screen-write.c to properly display cmd output when there are floating panes on the screen.

This commit is contained in:
Michael Grant
2025-10-10 23:59:47 +01:00
parent 7634daa834
commit 5faf41b695
4 changed files with 173 additions and 62 deletions

View File

@@ -262,8 +262,8 @@ cmd_new_floating_window_exec(struct cmd *self, struct cmdq_item *item)
return (CMD_RETURN_ERROR);
}
}
sc.xoff = 0;
sc.yoff = 0;
sc.xoff = 10;
sc.yoff = 10;
sc.sx = sx;
sc.sy = sy;