[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.32 and 1.33

version 1.32, 2019/07/16 10:30:56 version 1.33, 2019/08/16 08:52:25
Line 214 
Line 214 
         sx = grid_view_x(gd, gd->sx);          sx = grid_view_x(gd, gd->sx);
   
         grid_move_cells(gd, px, px + nx, py, sx - px - nx, bg);          grid_move_cells(gd, px, px + nx, py, sx - px - nx, bg);
           grid_clear(gd, sx - nx, py, px + nx - (sx - nx), 1, bg);
 }  }
   
 /* Convert cells into a string. */  /* Convert cells into a string. */

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