aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-07-24 09:10:21 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-07-24 09:10:21 +0100
commite4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c (patch)
treefc40662e40cb3ce8fa4d1b4a8650683b2e51b3b7 /tmux.h
parent669059aa19ec831e9a8afc008c978ea7806692e3 (diff)
parent18a64ad52d5b33e229783574a637268eb098b1f0 (diff)
downloadrtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.tar.gz
rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.tar.bz2
rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.zip
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f0f0d13c..e6f26627 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1473,6 +1473,7 @@ int checkshell(const char *);
int areshell(const char *);
void setblocking(int, int);
__dead void shell_exec(const char *, const char *);
+const char *find_home(void);
/* cfg.c */
extern struct cmd_q *cfg_cmd_q;
@@ -1947,6 +1948,8 @@ 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 *, const char *);
+void status_prompt_load_history(void);
+void status_prompt_save_history(void);
/* resize.c */
void recalculate_sizes(void);