=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.538 retrieving revision 1.539 diff -c -r1.538 -r1.539 *** src/usr.bin/tmux/tmux.h 2015/08/28 15:51:48 1.538 --- src/usr.bin/tmux/tmux.h 2015/08/28 16:10:46 1.539 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.538 2015/08/28 15:51:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.539 2015/08/28 16:10:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 870,875 **** --- 870,876 ---- struct window { u_int id; char *name; + struct event name_timer; struct timeval silence_timer; struct timeval activity_time; *************** *** 2208,2214 **** void window_choose_set_current(struct window_pane *, u_int); /* names.c */ ! void check_window_name(struct window *); char *default_window_name(struct window *); char *format_window_name(struct window *); char *parse_window_name(const char *); --- 2209,2215 ---- void window_choose_set_current(struct window_pane *, u_int); /* names.c */ ! void queue_window_name(struct window *); char *default_window_name(struct window *); char *format_window_name(struct window *); char *parse_window_name(const char *);