=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- src/usr.bin/tmux/tmux.h 2009/11/18 17:02:17 1.181 +++ src/usr.bin/tmux/tmux.h 2009/11/19 10:22:07 1.182 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.181 2009/11/18 17:02:17 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.182 2009/11/19 10:22:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1617,7 +1617,7 @@ /* status.c */ int status_redraw(struct client *); -char *status_replace(struct client *, const char *, time_t); +char *status_replace(struct client *, const char *, time_t, int); void printflike2 status_message_set(struct client *, const char *, ...); void status_message_clear(struct client *); int status_message_redraw(struct client *);