redguardtoo / js-comint

js-comint will send the code from Emacs into node.js or rhino
GNU General Public License v3.0
69 stars 22 forks source link

Get prompt garbage when work with node #8

Closed xcodebuild closed 8 years ago

xcodebuild commented 8 years ago

something like ^[[1G> ^[[0K^[[3G

(setenv "NODE_NO_READLINE" "1") works, should I always add this?

redguardtoo commented 8 years ago

thanks, I fixed it.