diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-24 09:10:21 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-24 09:10:21 +0100 |
commit | e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c (patch) | |
tree | fc40662e40cb3ce8fa4d1b4a8650683b2e51b3b7 /tmux.h | |
parent | 669059aa19ec831e9a8afc008c978ea7806692e3 (diff) | |
parent | 18a64ad52d5b33e229783574a637268eb098b1f0 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |