mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user