summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-07-27 08:03:10 +0000
committernicm <nicm>2020-07-27 08:03:10 +0000
commit40e65c511502fe47932e230290537e7391ab8a83 (patch)
tree0ccd24065994a052d1ecc377a311b6c7dcfafb83 /tmux.h
parentd329b035cee47d968a8c93b5cbd8fde879ce6f0d (diff)
Add a -d option to display-message to set delay, from theonekeyg at
gmail dot com in GitHub issue 2322.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index a6749e99..daba4b25 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2450,8 +2450,7 @@ struct style_range *status_get_range(struct client *, u_int, u_int);
void status_init(struct client *);
void status_free(struct client *);
int status_redraw(struct client *);
-void printflike(3, 4) status_message_set(struct client *, int, const char *,
- ...);
+void status_message_set(struct client *, int, int, const char *, ...);
void status_message_clear(struct client *);
int status_message_redraw(struct client *);
void status_prompt_set(struct client *, struct cmd_find_state *,