aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-15 17:50:11 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-15 17:50:11 +0000
commit222b8e67435e41869802d3becd4060e9f65f9c9f (patch)
tree5c83069dd56b20f4d5d1b9790e9aa5c50292d27f /tmux.h
parentd6908dd9c2dcf4262632692ea554ff4fa4d99bee (diff)
downloadrtmux-222b8e67435e41869802d3becd4060e9f65f9c9f.tar.gz
rtmux-222b8e67435e41869802d3becd4060e9f65f9c9f.tar.bz2
rtmux-222b8e67435e41869802d3becd4060e9f65f9c9f.zip
Make status_message_set a variadic printf-like function. No functional change -
helpful for a couple of things coming soon.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index d2fa3e16..37ebfff8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.365 2009-07-15 17:44:47 nicm Exp $ */
+/* $Id: tmux.h,v 1.366 2009-07-15 17:50:11 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1274,7 +1274,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 *,