[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.100 and 1.101

version 1.100, 2019/09/24 20:44:58 version 1.101, 2019/12/03 10:47:22
Line 204 
Line 204 
   
 /* Check grid y position. */  /* Check grid y position. */
 static int  static int
 grid_check_y(struct grid *gd, const char* from, u_int py)  grid_check_y(struct grid *gd, const char *from, u_int py)
 {  {
         if (py >= gd->hsize + gd->sy) {          if (py >= gd->hsize + gd->sy) {
                 log_debug("%s: y out of range: %u", from, py);                  log_debug("%s: y out of range: %u", from, py);

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101