mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
Add separate z-index list. Each window has its own z-order list of panes now.
This commit is contained in:
2
tty.c
2
tty.c
@@ -2041,7 +2041,7 @@ tty_is_obscured(const struct tty_ctx *ctx)
|
||||
w = base_wp->window;
|
||||
|
||||
/* Check if there is a floating pane. xxxx borders? scrollbars? */
|
||||
TAILQ_FOREACH(wp, &w->panes, entry) {
|
||||
TAILQ_FOREACH_REVERSE(wp, &w->z_index, window_panes_zindex, zentry) {
|
||||
if (wp == base_wp) {
|
||||
found_self = 1;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user