[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.537 and 1.538

version 1.537, 2015/08/28 13:12:20 version 1.538, 2015/08/28 15:51:48
Line 870 
Line 870 
 struct window {  struct window {
         u_int            id;          u_int            id;
         char            *name;          char            *name;
         struct event     name_timer;  
         struct timeval   silence_timer;          struct timeval   silence_timer;
         struct timeval   activity_time;          struct timeval   activity_time;
   
Line 2209 
Line 2208 
 void    window_choose_set_current(struct window_pane *, u_int);  void    window_choose_set_current(struct window_pane *, u_int);
   
 /* names.c */  /* names.c */
 void     queue_window_name(struct window *);  void     check_window_name(struct window *);
 char    *default_window_name(struct window *);  char    *default_window_name(struct window *);
 char    *format_window_name(struct window *);  char    *format_window_name(struct window *);
 char    *parse_window_name(const char *);  char    *parse_window_name(const char *);

Legend:
Removed from v.1.537  
changed lines
  Added in v.1.538