[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.35 and 1.36

version 1.35, 2022/07/06 07:36:36 version 1.36, 2022/09/28 07:55:29
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, NULL));          return (grid_string_cells(gd, px, py, nx, NULL, 0, NULL));
 }  }

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