[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.119 and 1.120

version 1.119, 2020/08/07 07:02:57 version 1.120, 2021/01/18 10:27:54
Line 698 
Line 698 
                 gd->linedata[py - 1].flags &= ~GRID_LINE_WRAPPED;                  gd->linedata[py - 1].flags &= ~GRID_LINE_WRAPPED;
 }  }
   
   
 /* Move a group of cells. */  /* Move a group of cells. */
 void  void
 grid_move_cells(struct grid *gd, u_int dx, u_int px, u_int py, u_int nx,  grid_move_cells(struct grid *gd, u_int dx, u_int px, u_int py, u_int nx,

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120