aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-07 01:08:10 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-07 01:08:10 +1000
commitcf3d30d4e4eb75806bfc92cf540eec6d207817ff (patch)
treed4e545452d9ca36e1f8ab2dcc93c082e00660587 /history.h
parent585191310bb476deb7bdd4214adcc8b1076c9fd4 (diff)
Lazily load history file
darcs-hash:20060206150810-ac50b-f4e5fe9312aa898fa025d2874444c4fc5724c309.gz
Diffstat (limited to 'history.h')
-rw-r--r--history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/history.h b/history.h
index cfed645c..4d201168 100644
--- a/history.h
+++ b/history.h
@@ -8,7 +8,8 @@
#include <wchar.h>
/**
- Load history from file.
+ Init history library. The history file won't actually be loaded
+ until the first time a history search is performed.
*/
void history_init();