[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.502 and 1.503

version 1.502, 2015/04/27 16:25:57 version 1.503, 2015/04/28 10:43:14
Line 965 
Line 965 
         int              lastlayout;          int              lastlayout;
         struct layout_cell *layout_root;          struct layout_cell *layout_root;
         struct layout_cell *saved_layout_root;          struct layout_cell *saved_layout_root;
           char            *old_layout;
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;

Legend:
Removed from v.1.502  
changed lines
  Added in v.1.503