[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.46 and 1.47

version 1.46, 2015/09/25 15:53:07 version 1.47, 2015/11/12 14:50:57
Line 42 
Line 42 
         memcpy(&gd->linedata[py].celldata[px],                  \          memcpy(&gd->linedata[py].celldata[px],                  \
             gc, sizeof gd->linedata[py].celldata[px]);          \              gc, sizeof gd->linedata[py].celldata[px]);          \
 } while (0)  } while (0)
 #define grid_put_utf8(gd, px, py, gc) do {                      \  
         memcpy(&gd->linedata[py].utf8data[px],                  \  
             gc, sizeof gd->linedata[py].utf8data[px]);          \  
 } while (0)  
   
 int     grid_check_y(struct grid *, u_int);  int     grid_check_y(struct grid *, u_int);
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47