mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:33:27 +00:00
Make status_message_set a variadic printf-like function. No functional change -
helpful for a couple of things coming soon.
This commit is contained in:
2
tmux.h
2
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 *,
|
||||
|
Reference in New Issue
Block a user