aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f70d1f5c..4b388360 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1440,6 +1440,7 @@ void status_prompt_set(struct client *, const char *,
void status_prompt_clear(struct client *);
int status_prompt_redraw(struct client *);
void status_prompt_key(struct client *, int);
+void status_prompt_update(struct client *, const char *);
/* resize.c */
void recalculate_sizes(void);