[BACK]Return to window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window.c between version 1.279 and 1.280

version 1.279, 2022/03/16 17:00:17 version 1.280, 2022/05/30 12:55:25
Line 1046 
Line 1046 
         if (sx == wp->sx && sy == wp->sy)          if (sx == wp->sx && sy == wp->sy)
                 return;                  return;
   
         r = xmalloc (sizeof *r);          r = xmalloc(sizeof *r);
         r->sx = sx;          r->sx = sx;
         r->sy = sy;          r->sy = sy;
         r->osx = wp->sx;          r->osx = wp->sx;

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280