erlang shell implementation question

Mariano Guerra luismarianoguerra@REDACTED
Sun Sep 26 06:57:49 CEST 2010


Hi,

 I'm trying to improve the implementation of efene's[0] shell. Right
now it doesn't have readline-like capabilities, that is, the ability
to edit the line before evaluating it, or having a history of previous
commands.

I was reading the shell.erl file and I couldn't find the place where
the input is read and the features described above (plus shortcuts
like ctrl+a) are implemented.

can someone point me to the file and function where this is implemented?

thanks!

[0] http://github.com/marianoguerra/efene


More information about the erlang-questions mailing list