Line editor and VT100 support for Cardputer


#1

Are the line editor and VT100 parenthesis matching supported on the Cardputer? In the uLisp firmware for the Cardputer I can’t seem to find neither the possibly commented out #define lineeditor and #define vt100 directives, nor the relevant code (or the code it’s there but I don’t recognize it).


#2

No, the terminal line editor and VT100 support aren’t present in the Cardputer because it has its own editor and screen display, but I can see that there might be a case for keeping both. I can’t think of any reason why the terminal/VT100 code couldn’t be copied in from the normal ESP32 version of uLisp.