[BACK]Return to screen-redraw.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/screen-redraw.c between version 1.65 and 1.66

version 1.65, 2019/07/24 21:16:17 version 1.66, 2020/03/24 08:09:44
Line 482 
Line 482 
         u_int                    type, x = ctx->ox + i, y = ctx->oy + j;          u_int                    type, x = ctx->ox + i, y = ctx->oy + j;
         int                      flag, pane_status = ctx->pane_status;          int                      flag, pane_status = ctx->pane_status;
   
           if (c->overlay_check != NULL && !c->overlay_check(c, x, y))
                   return;
         type = screen_redraw_check_cell(c, x, y, pane_status, &wp);          type = screen_redraw_check_cell(c, x, y, pane_status, &wp);
         if (type == CELL_INSIDE)          if (type == CELL_INSIDE)
                 return;                  return;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66