abicky / nodejs-repl.el

Run Node.js REPL and communicate with the process
190 stars 38 forks source link

Support Node.js 12 and stop supporting Node.js 7 or earlier #25

Closed abicky closed 5 years ago

abicky commented 5 years ago

This PR resolves #24. Node.js 12 ignores almost all keys due to the following commit if TERM is "dumb": https://github.com/nodejs/node/commit/d3a62fe7fc683bf74b3e9c743f73471f0167bd15

shofetim commented 5 years ago

@abicky Thank you! I've upgraded at it works well!