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

@@ -1085,6 +1085,9 @@ layout_close_pane(struct window_pane *wp)
{
struct window *w = wp->window;
if (wp->layout_cell == NULL)
return;
/* Remove the cell. */
layout_destroy_cell(w, wp->layout_cell, &w->layout_root);