dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

vorpal exits if backgrounded in shell #4

Closed Downchuck closed 9 years ago

Downchuck commented 9 years ago

The usual CTRL+Z does not seem to be working with vorpal in default config. It does not like to be put in the background, restoring (via fg) exits.

dthree commented 9 years ago

I tried this and got it to restore - however the prompt seems to freeze.

https://github.com/nodejs/node-v0.x-archive/issues/3295

dthree commented 9 years ago

This looks like a readline issue.