[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.98 and 1.99

version 1.98, 2019/07/16 10:30:56 version 1.99, 2019/08/01 07:08:13
Line 1220 
Line 1220 
         struct grid_cell         gc;          struct grid_cell         gc;
         u_int                    yy, width, i, at, first;          u_int                    yy, width, i, at, first;
   
         /* Do not reflow to the same size. */  
         if (sx == gd->sx)  
                 return;  
   
         /*          /*
          * Create a destination grid. This is just used as a container for the           * Create a destination grid. This is just used as a container for the
          * line data and may not be fully valid.           * line data and may not be fully valid.

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