mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 06:36:18 +00:00
If outside floating pane, do not carry on to check as if tiled pane.
This commit is contained in:
@@ -167,6 +167,7 @@ screen_redraw_pane_border(struct screen_redraw_ctx *ctx, struct window_pane *wp,
|
|||||||
if ((int)py == wp->yoff + (int)wp->sy)
|
if ((int)py == wp->yoff + (int)wp->sy)
|
||||||
return (SCREEN_REDRAW_BORDER_BOTTOM);
|
return (SCREEN_REDRAW_BORDER_BOTTOM);
|
||||||
}
|
}
|
||||||
|
return (SCREEN_REDRAW_OUTSIDE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get pane indicator. */
|
/* Get pane indicator. */
|
||||||
|
|||||||
Reference in New Issue
Block a user