[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.167 and 1.168

version 1.167, 2009/11/04 23:42:51 version 1.168, 2009/11/04 23:54:57
Line 810 
Line 810 
 /* Window structure. */  /* Window structure. */
 struct window {  struct window {
         char            *name;          char            *name;
         struct timeval   name_timer;          struct event     name_timer;
   
         struct window_pane *active;          struct window_pane *active;
         struct window_panes panes;          struct window_panes panes;
Line 1851 
Line 1851 
                      u_int, void (*)(void *, int), void (*)(void *), void *);                       u_int, void (*)(void *, int), void (*)(void *), void *);
   
 /* names.c */  /* names.c */
 void             set_window_names(void);  void             queue_window_name(struct window *);
 char            *default_window_name(struct window *);  char            *default_window_name(struct window *);
   
 /* session.c */  /* session.c */

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168