[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.82 and 1.83

version 1.82, 2018/06/03 10:17:30 version 1.83, 2018/06/11 11:14:10
Line 984 
Line 984 
 grid_reflow_join(struct grid *target, struct grid *gd, u_int sx, u_int yy,  grid_reflow_join(struct grid *target, struct grid *gd, u_int sx, u_int yy,
     u_int width, u_int *cy, int already)      u_int width, u_int *cy, int already)
 {  {
         struct grid_line        *gl, *from;          struct grid_line        *gl, *from = NULL;
         struct grid_cell         gc;          struct grid_cell         gc;
         u_int                    lines, want, left, i, to, line;          u_int                    lines, left, i, to, line, want = 0;
         u_int                    at;          u_int                    at;
         int                      wrapped = 1;          int                      wrapped = 1;
   

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83