[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.99 and 1.100

version 1.99, 2016/10/13 20:27:27 version 1.100, 2016/10/18 08:39:18
Line 130 
Line 130 
                 if (dirty == ctx->dirty)                  if (dirty == ctx->dirty)
                         break;                          break;
         }          }
           ctx->dirty = 0;
   
         s->cx = cx;          s->cx = cx;
         s->cy = cy;          s->cy = cy;

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100