From 92da443a9e02a2238d4415e0dcf3796d3929b290 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Jul 2009 17:39:00 +0000 Subject: Make status_message_set a variadic printf-like function. No functional change - helpful for a couple of things coming soon. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 533a8797..53688eed 100644 --- a/tmux.h +++ b/tmux.h @@ -1275,7 +1275,7 @@ int server_unlock(const char *); /* status.c */ int status_redraw(struct client *); -void status_message_set(struct client *, const char *); +void printflike2 status_message_set(struct client *, const char *, ...); void status_message_clear(struct client *); int status_message_redraw(struct client *); void status_prompt_set(struct client *, -- cgit v1.2.3