[BACK]Return to window-copy.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-copy.c between version 1.32 and 1.33

version 1.32, 2009/11/18 17:02:17 version 1.33, 2009/11/18 17:03:16
Line 486 
Line 486 
 {  {
         const struct grid_cell  *gc, *sgc;          const struct grid_cell  *gc, *sgc;
         const struct grid_utf8  *gu, *sgu;          const struct grid_utf8  *gu, *sgu;
         size_t                   size;  
   
         gc = grid_peek_cell(gd, px, py);          gc = grid_peek_cell(gd, px, py);
         sgc = grid_peek_cell(sgd, spx, 0);          sgc = grid_peek_cell(sgd, spx, 0);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33