adamjstewart / prolog

An implementation of Prolog written in OCaml
MIT License
2 stars 3 forks source link

Missing readline support #3

Open adamjstewart opened 6 years ago

adamjstewart commented 6 years ago

It would be great if the interpreter had readline support, i.e. the arrow keys allow us to cycle through past input or move left and edit something that has been typed.

ZaidQureshi commented 6 years ago

Completed. Refer to Commit: 8d0495aa7bf3fb42345a9d56a4e1944cd743e1de

adamjstewart commented 6 years ago

It looks like readline support was removed in 5cb3bf909f9c4daeaedd9630de9999620be53e2e?

ZaidQureshi commented 6 years ago

Yeah, there was a bug, if i get time ill put it in again although it is very low on my priority list right now.