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

Diff for /src/usr.bin/tmux/layout.c between version 1.21 and 1.22

version 1.21, 2014/02/22 18:01:10 version 1.22, 2014/05/08 06:03:30
Line 53 
Line 53 
         lc->yoff = UINT_MAX;          lc->yoff = UINT_MAX;
   
         lc->wp = NULL;          lc->wp = NULL;
         lc->lastwp = NULL;  
   
         return (lc);          return (lc);
 }  }

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22