summaryrefslogtreecommitdiff
path: root/pith/hist.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-09-20 19:20:54 -0600
committerEduardo Chappa <chappa@washington.edu>2015-09-20 19:20:54 -0600
commit23e421e7262fd5f7be2a68648234cf44eea1e289 (patch)
tree0b80d9a896c8405c973d87768d9c6f62580a8343 /pith/hist.h
parent040d361422b6b5791678220366be2374107801b1 (diff)
downloadalpine-23e421e7262fd5f7be2a68648234cf44eea1e289.tar.xz
* When saving an attachment, the ^Y and ^V commands allow a user to scroll
through the history of directories used to save attachments, while preserving the given name of the file. Suggested by Peter Koellner.
Diffstat (limited to 'pith/hist.h')
-rw-r--r--pith/hist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/hist.h b/pith/hist.h
index 504b8ad4..f5a7165c 100644
--- a/pith/hist.h
+++ b/pith/hist.h
@@ -39,7 +39,6 @@ typedef struct history_s {
#define HISTORY_DOWN_KEYNAME "Down"
#define HISTORY_KEYLABEL N_("History")
-
void init_hist(HISTORY_S **, int);
void free_hist(HISTORY_S **);
char *get_prev_hist(HISTORY_S *, char *, unsigned, void *);
@@ -48,6 +47,7 @@ void save_hist(HISTORY_S *, char *, unsigned, void *);
int items_in_hist(HISTORY_S *);
void add_to_histlist(HISTORY_S **);
void free_histlist(void);
+int dirs_in_hist(HISTORY_S *);
#endif /* PITH_HIST_INCLUDED */