[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.155 and 1.156

version 1.155, 2009/11/03 17:17:24 version 1.156, 2009/11/03 20:29:47
Line 922 
Line 922 
   
 struct session {  struct session {
         char            *name;          char            *name;
         struct timeval   tv;  
         time_t           activity;  
   
           struct timeval   creation_time;
           struct timeval   activity_time;
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;
   
Line 1061 
Line 1062 
 /* Client connection. */  /* Client connection. */
 struct client {  struct client {
         struct imsgbuf   ibuf;          struct imsgbuf   ibuf;
         struct timeval   tv;  
           struct timeval   creation_time;
   
         struct environ   environ;          struct environ   environ;
   

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156