Initial commit. Add new new-floating-window command to create panes without a layout_cell indicating they are floating panes.

This commit is contained in:
Michael Grant
2025-10-04 09:15:51 +01:00
parent 3e28777ecb
commit 968f439672
6 changed files with 174 additions and 2 deletions

View File

@@ -139,9 +139,10 @@ screen_write_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
if (c->session->curw->window != wp->window)
return (0);
/*
if (wp->layout_cell == NULL)
return (0);
*/
if (wp->flags & (PANE_REDRAW|PANE_DROP))
return (-1);
if (c->flags & CLIENT_REDRAWPANES) {