[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.523 and 1.524

version 1.523, 2015/06/14 10:07:44 version 1.524, 2015/06/15 10:58:01
Line 892 
Line 892 
         char            *name;          char            *name;
         struct event     name_timer;          struct event     name_timer;
         struct timeval   silence_timer;          struct timeval   silence_timer;
           struct timeval   activity_time;
   
         struct window_pane *active;          struct window_pane *active;
         struct window_pane *last;          struct window_pane *last;

Legend:
Removed from v.1.523  
changed lines
  Added in v.1.524