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

Diff for /src/usr.bin/tmux/grid-view.c between version 1.12 and 1.13

version 1.12, 2013/03/22 15:51:54 version 1.13, 2013/03/22 15:56:11
Line 234 
Line 234 
         px = grid_view_x(gd, px);          px = grid_view_x(gd, px);
         py = grid_view_y(gd, py);          py = grid_view_y(gd, py);
   
         return (grid_string_cells(gd, px, py, nx, NULL, 0));          return (grid_string_cells(gd, px, py, nx, NULL, 0, 0));
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13