[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.34 and 1.35

version 1.34, 2020/06/02 20:51:46 version 1.35, 2022/07/06 07:36:36
Line 231 
Line 231 
         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, 0, 0));          return (grid_string_cells(gd, px, py, nx, NULL, 0, 0, 0, NULL));
 }  }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35