aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-07-20 18:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2015-07-20 18:01:10 +0100
commit18a64ad52d5b33e229783574a637268eb098b1f0 (patch)
treef4d783fbbb74236698b2898dbdb88cdf2e762f78 /tmux.h
parentdedd9edf7fbfa6bc98445f4d33d9d5a4e7c34854 (diff)
parent92af3766ecc456bd8ade8fe5746d27f4557fdaa8 (diff)
downloadrtmux-18a64ad52d5b33e229783574a637268eb098b1f0.tar.gz
rtmux-18a64ad52d5b33e229783574a637268eb098b1f0.tar.bz2
rtmux-18a64ad52d5b33e229783574a637268eb098b1f0.zip
Merge branch 'obsd-master'
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);