mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 09:45:41 +00:00
hide-pane and show-pane now use the new layout mechanics.
This commit is contained in:
@@ -146,7 +146,7 @@ screen_write_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
|
||||
if (wp->layout_cell == NULL)
|
||||
return (0);
|
||||
|
||||
if (wp->flags & PANE_HIDDEN)
|
||||
if (window_pane_is_hidden(wp))
|
||||
return (0);
|
||||
|
||||
if (wp->flags & (PANE_REDRAW|PANE_DROP))
|
||||
|
||||
Reference in New Issue
Block a user