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

Diff for /src/usr.bin/tmux/grid.c between version 1.32 and 1.33

version 1.32, 2014/01/09 13:58:06 version 1.33, 2014/01/15 11:44:18
Line 124 
Line 124 
         struct grid_cell        *gca, *gcb;          struct grid_cell        *gca, *gcb;
         u_int                    xx, yy;          u_int                    xx, yy;
   
         if (ga->sx != gb->sx || ga->sy != ga->sy)          if (ga->sx != gb->sx || ga->sy != gb->sy)
                 return (1);                  return (1);
   
         for (yy = 0; yy < ga->sy; yy++) {          for (yy = 0; yy < ga->sy; yy++) {

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33