From ac5b7d518e78ed21ed8a9757f5ea3f49f407d232 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 19 Nov 2009 10:22:06 +0000 Subject: Don't interpret #() for display-message, it usually doesn't make sense and may leak commands. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 517fe9d4..78869274 100644 --- a/tmux.h +++ b/tmux.h @@ -1617,7 +1617,7 @@ void server_update_event(struct client *); /* 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 *); -- cgit