absolute_filename ^#%@%
This commit is contained in:
@@ -205,7 +205,7 @@ bool Yap_InitReadline(Term enable) {
|
||||
#endif
|
||||
rl_outstream = stderr;
|
||||
using_history();
|
||||
const char *s = Yap_AbsoluteFile("~/.YAP.history", NULL, true);
|
||||
const char *s = Yap_AbsoluteFile("~/.YAP.history", true);
|
||||
if (!read_history(s)) {
|
||||
FILE *f = fopen(s, "w");
|
||||
if (f) {
|
||||
|
Reference in New Issue
Block a user