mirror of
https://github.com/tmux/tmux.git
synced 2026-03-26 21:26:25 +00:00
Reviewed and removed the xxx fix-me comments.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user