prompt: fixed history file handling

This commit is contained in:
2017-05-20 10:56:19 -04:00
parent e828a5b2cd
commit b31965fe8a
3 changed files with 14 additions and 16 deletions

View File

@@ -7,3 +7,5 @@ promptStr = "> "
returnStr = "=> "
historyFile = ".bc_history"
historyLen = 1000::Int