aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-07-27 10:01:21 +0100
committerThomas Adam <thomas@xteddy.org>2020-07-27 10:01:21 +0100
commit2fdd5fa507c0698b92f401a5e7d8cc1e7118775e (patch)
tree8c3cb31a0f8828272f8c8946ca017f915edd7041 /tmux.h
parent90158b59770cbc1e639dda229c98b1781bbf9619 (diff)
parent40e65c511502fe47932e230290537e7391ab8a83 (diff)
downloadrtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.tar.gz
rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.tar.bz2
rtmux-2fdd5fa507c0698b92f401a5e7d8cc1e7118775e.zip
Merge branch 'obsd-master'
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 a17ae5c6..67951215 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2452,8 +2452,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 *,