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

Diff for /src/usr.bin/tmux/screen-write.c between version 1.150 and 1.151

version 1.150, 2019/04/03 06:43:04 version 1.151, 2019/04/18 11:07:28
Line 1139 
Line 1139 
         u_int                                    i;          u_int                                    i;
         size_t                                   size;          size_t                                   size;
   
         for (i = y ; i < y + n; i++) {          for (i = y; i < y + n; i++) {
                 if (TAILQ_EMPTY(&ctx->list[i].items))                  if (TAILQ_EMPTY(&ctx->list[i].items))
                         continue;                          continue;
                 size = 0;                  size = 0;

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151