Reviewed and removed the xxx fix-me comments.

This commit is contained in:
Michael Grant
2026-03-24 14:35:59 +00:00
parent 866cb2d16f
commit ef01e9daf8
3 changed files with 3 additions and 5 deletions

View File

@@ -1990,7 +1990,6 @@ screen_write_pane_obscured(struct window_pane *base_wp)
return(0);
w = base_wp->window;
/* Check if there is a floating pane. xxxx borders? scrollbars? */
TAILQ_FOREACH_REVERSE(wp, &w->z_index, window_panes_zindex, zentry) {
if (wp == base_wp) {
found_self = 1;