prompt: added reverse-i-search

This commit is contained in:
2017-06-03 22:01:10 -04:00
parent dad9e719b4
commit 84a0fbe4ec
2 changed files with 48 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ promptStr = "> "
returnStr = "=> "
reversePromptStr = "bck-i-search: "
historyFile = ".bc_history"
historyLen = 1000::Int