=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.528 retrieving revision 1.529 diff -c -r1.528 -r1.529 *** src/usr.bin/tmux/tmux.h 2015/07/13 15:51:31 1.528 --- src/usr.bin/tmux/tmux.h 2015/07/20 15:50:04 1.529 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.528 2015/07/13 15:51:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.529 2015/07/20 15:50:04 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1469,1474 **** --- 1469,1475 ---- 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; *************** *** 1943,1948 **** --- 1944,1951 ---- 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);