[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.37 and 1.38

version 1.37, 2014/04/16 23:05:38 version 1.38, 2014/09/01 21:50:18
Line 572 
Line 572 
         const struct grid_cell  *gc;          const struct grid_cell  *gc;
         static struct grid_cell  lastgc1;          static struct grid_cell  lastgc1;
         struct utf8_data         ud;          struct utf8_data         ud;
         const char*              data;          const char              *data;
         char                    *buf, code[128];          char                    *buf, code[128];
         size_t                   len, off, size, codelen;          size_t                   len, off, size, codelen;
         u_int                    xx;          u_int                    xx;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38