Ctrl-C has to break out of a running loop, so it can't be processed on idle along with everything else. One potential fix is to make the IDE clear lines only on CTRL_C_WAIT - which is what gets set if CTRL_C is set and then not processed for 0.25 sec
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ahh - thanks! Yes, I didn't think of that...
Ctrl-C has to break out of a running loop, so it can't be processed on idle along with everything else. One potential fix is to make the IDE clear lines only on CTRL_C_WAIT - which is what gets set if CTRL_C is set and then not processed for 0.25 sec