Conversation
|
Nice! Compiles and runs on OSX (though I still need to manually comment out |
|
This breaks builds for both mingw/msvc windows ports so maybe needs some #ifdefs to unbreak those until they are fixed (by providing unix_mphal.c or making it build). I thought at least mingw would have termios.h but appears it doesn't. Maybe @msiemens has an idea about the best way to fix this? For msvc I can probably come up with a winapi based solution. |
|
We certainly want any readline support to be configurable, as @stinos suggests. |
|
Otherwise looks good for initial version, I won't even ask why there're fgetc instead of fgets ;-). |
|
Superseded by #1286. |
Support rev D for the Trellis M4 Express
With this patch unix uses our own mp-readline library. So now it has tab completion, yay! Also has history read/write capabilities.
Hopefully addresses issue #1253.