don't initialize history (it seems not to be necessary, though I'm not confident
This commit is contained in:
parent
6b9a7788e1
commit
beee153074
|
@ -64,7 +64,6 @@ pic_rl_remove_history(pic_state *pic)
|
||||||
|
|
||||||
void
|
void
|
||||||
pic_init_readline(pic_state *pic){
|
pic_init_readline(pic_state *pic){
|
||||||
using_history();
|
|
||||||
pic_deflibrary (pic, "(picrin readline)") {
|
pic_deflibrary (pic, "(picrin readline)") {
|
||||||
pic_defun(pic, "readline", pic_rl_readline);
|
pic_defun(pic, "readline", pic_rl_readline);
|
||||||
pic_defun(pic, "add-history", pic_rl_add_history);
|
pic_defun(pic, "add-history", pic_rl_add_history);
|
||||||
|
|
Loading…
Reference in New Issue