-
-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unresposive to ctrl-c whene using -l #321
Comments
Having this issue as well. |
tryzniak
added a commit
to tryzniak/peerflix
that referenced
this issue
Dec 31, 2018
We need to call `process.stdin.resume()` somewhere down the line, after having used Inquirer (maybe it's one of its deps who calls `process.stdin.pause()`) to start responding to keyboard presses again. The fix was tested on MacOS 10.14 and NodeJS v8.9.4. Closes mafintosh#321
Still having this issue, came across it during loading of a torrent |
Did you try patch from #357? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm downloading a magnet link with -l,
ctrl-c
does not do anything (nor doesctrl-\
).This seems to the same as closed issue #193.
The text was updated successfully, but these errors were encountered: