[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.275 and 1.276

version 1.275, 2021/08/20 17:36:03 version 1.276, 2021/08/27 17:15:57
Line 318 
Line 318 
   
         w->sx = sx;          w->sx = sx;
         w->sy = sy;          w->sy = sy;
           w->manual_sx = sx;
           w->manual_sy = sy;
         w->xpixel = xpixel;          w->xpixel = xpixel;
         w->ypixel = ypixel;          w->ypixel = ypixel;
   

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.276