[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.76 and 1.77

version 1.76, 2012/03/20 14:06:44 version 1.77, 2012/04/01 13:18:38
Line 292 
Line 292 
   
         w->lastlayout = -1;          w->lastlayout = -1;
         w->layout_root = NULL;          w->layout_root = NULL;
           TAILQ_INIT(&w->layout_list);
   
         w->sx = sx;          w->sx = sx;
         w->sy = sy;          w->sy = sy;

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77