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

Diff for /src/usr.bin/tmux/format.c between version 1.19 and 1.20

version 1.19, 2013/03/24 09:29:40 version 1.20, 2013/03/24 09:54:10
Line 397 
Line 397 
         struct grid             *gd = wp->base.grid;          struct grid             *gd = wp->base.grid;
         struct grid_line        *gl;          struct grid_line        *gl;
         unsigned long long       size;          unsigned long long       size;
         u_int                    i;          u_int                    i, idx;
         u_int                    idx;          const char              *cwd, *cmd;
         const char              *cwd;  
         const char              *cmd;  
   
         size = 0;          size = 0;
         for (i = 0; i < gd->hsize; i++) {          for (i = 0; i < gd->hsize; i++) {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20