[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.369 and 1.370

version 1.369, 2012/12/24 12:33:05 version 1.370, 2013/01/15 22:55:29
Line 1095 
Line 1095 
   
         struct timeval   creation_time;          struct timeval   creation_time;
         struct timeval   activity_time;          struct timeval   activity_time;
           struct timeval   last_activity_time;
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;
Line 1706 
Line 1707 
 char            *paste_print(struct paste_buffer *, size_t);  char            *paste_print(struct paste_buffer *, size_t);
 void             paste_send_pane(struct paste_buffer *, struct window_pane *,  void             paste_send_pane(struct paste_buffer *, struct window_pane *,
                      const char *, int);                       const char *, int);
   
   
 /* clock.c */  /* clock.c */
 extern const char clock_table[14][5][5];  extern const char clock_table[14][5][5];

Legend:
Removed from v.1.369  
changed lines
  Added in v.1.370