[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.229 and 1.230

version 1.229, 2010/06/26 18:20:53 version 1.230, 2010/06/27 02:56:59
Line 926 
Line 926 
   
 struct session {  struct session {
         char            *name;          char            *name;
           char            *cwd;
   
         struct timeval   creation_time;          struct timeval   creation_time;
         struct timeval   activity_time;          struct timeval   activity_time;

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230