aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-07-03 21:52:50 +0000
committerTiago Cunha <tcunha@gmx.com>2011-07-03 21:52:50 +0000
commite097f0b4ee30352ef1ea37ef030838b634fdf27e (patch)
tree74a36d6db7a91ce9e58769a82582c35c716ce842 /tmux.h
parentff7343c20355deab251a71bafb7cb86b2f0c545a (diff)
downloadrtmux-e097f0b4ee30352ef1ea37ef030838b634fdf27e.tar.gz
rtmux-e097f0b4ee30352ef1ea37ef030838b634fdf27e.tar.bz2
rtmux-e097f0b4ee30352ef1ea37ef030838b634fdf27e.zip
Sync OpenBSD patchset 927:
Allow the initial context on prompts to be set with the new -I option to command-prompt. From Tiago Cunha.
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 7c026275..ba5044ed 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1700,12 +1700,12 @@ char *status_replace(struct client *, struct session *,
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 *, const char *,
+void status_prompt_set(struct client *, const char *, const char *,
int (*)(void *, const char *), void (*)(void *), void *, int);
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 *);
+void status_prompt_update(struct client *, const char *, const char *);
/* resize.c */
void recalculate_sizes(void);