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

Diff for /src/usr.bin/tmux/tmux.h between version 1.60 and 1.61

version 1.60, 2009/07/27 20:36:13 version 1.61, 2009/07/28 06:48:44
Line 663 
Line 663 
         struct window_pane *active;          struct window_pane *active;
         struct window_panes panes;          struct window_panes panes;
   
         u_int            layout;          int              lastlayout;
         struct layout_cell *layout_root;          struct layout_cell *layout_root;
   
         u_int            sx;          u_int            sx;

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61