mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 09:45:41 +00:00
Rename window_pane_visible to match other functions, from Dane Jensen.
This commit is contained in:
@@ -264,7 +264,7 @@ cmd_display_panes_draw(struct client *c, __unused void *data,
|
||||
log_debug("%s: %s @%u", __func__, c->name, w->id);
|
||||
|
||||
TAILQ_FOREACH(wp, &w->panes, entry) {
|
||||
if (window_pane_visible(wp))
|
||||
if (window_pane_is_visible(wp))
|
||||
cmd_display_panes_draw_pane(ctx, wp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user