[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.71 and 1.72

version 1.71, 2017/05/12 13:00:56 version 1.72, 2017/05/12 15:18:13
Line 472 
Line 472 
                         gd->linedata[yy].cellsize = px;                          gd->linedata[yy].cellsize = px;
                         continue;                          continue;
                 }                  }
                 grid_expand_line(gd, yy, px + nx, bg);                  grid_expand_line(gd, yy, px + nx, 8); /* default bg first */
                 for (xx = px; xx < px + nx; xx++)                  for (xx = px; xx < px + nx; xx++)
                         grid_clear_cell(gd, xx, yy, bg);                          grid_clear_cell(gd, xx, yy, bg);
         }          }

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72