ReadLine
From MLDonkey
Q: How can I get readline capabilities when using the telnet connection?
There are program which enable readline for this type of use.
- ledit - ledit - line editor, version 1.11, an application written in ocaml to enable readline for using ocaml
- rlwrap - readline wrapper
Once you have one of these programs, all you need to do is:
rlwrap telnet localhost 4000 , for instance.
_it's a bit redundant with TelnetUI..._