[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.61 and 1.62

version 1.61, 2019/05/07 20:01:41 version 1.62, 2019/05/08 18:07:12
Line 447 
Line 447 
         if (ctx.statuslines != 0 &&          if (ctx.statuslines != 0 &&
             (flags & (CLIENT_REDRAWSTATUS|CLIENT_REDRAWSTATUSALWAYS)))              (flags & (CLIENT_REDRAWSTATUS|CLIENT_REDRAWSTATUSALWAYS)))
                 screen_redraw_draw_status(&ctx);                  screen_redraw_draw_status(&ctx);
         if (c->overlay_draw != NULL)          if (c->overlay_draw != NULL && (flags & CLIENT_REDRAWOVERLAY))
                 c->overlay_draw(c, &ctx);                  c->overlay_draw(c, &ctx);
         tty_reset(&c->tty);          tty_reset(&c->tty);
 }  }

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62