[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.84 and 1.85

version 1.84, 2021/04/13 05:25:05 version 1.85, 2021/08/05 09:43:51
Line 636 
Line 636 
 {  {
         struct screen_redraw_ctx         ctx;          struct screen_redraw_ctx         ctx;
   
         if (c->overlay_draw != NULL || !window_pane_visible(wp))          if (!window_pane_visible(wp))
                 return;                  return;
   
         screen_redraw_set_context(c, &ctx);          screen_redraw_set_context(c, &ctx);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85