=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.533 retrieving revision 1.534 diff -c -r1.533 -r1.534 *** src/usr.bin/tmux/tmux.h 2015/08/28 11:38:27 1.533 --- src/usr.bin/tmux/tmux.h 2015/08/28 12:16:28 1.534 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.533 2015/08/28 11:38:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.534 2015/08/28 12:16:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1207,1213 **** struct event repeat_timer; ! struct timeval status_timer; struct screen status; #define CLIENT_TERMINAL 0x1 --- 1207,1213 ---- struct event repeat_timer; ! struct event status_timer; struct screen status; #define CLIENT_TERMINAL 0x1 *************** *** 1893,1898 **** --- 1893,1900 ---- void server_unzoom_window(struct window *); /* status.c */ + void status_timer_start(struct client *); + void status_timer_start_all(void); int status_at_line(struct client *); struct window *status_get_window_at(struct client *, u_int); int status_redraw(struct client *);