bchao1 / bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
https://pypi.org/project/bullet/
MIT License
3.55k stars 113 forks source link

CTRL+C does not work #15

Closed cs01 closed 5 years ago

cs01 commented 5 years ago

It was noted in https://github.com/cs01/create-python-package/pull/9#issuecomment-468029054 by @florimondmanca that

Bullet seems to not listen to Ctrl+C events. This means the user can't cancel while in a list prompt.

I am working on a fix and should have a PR shortly.

florimondmanca commented 5 years ago

FYI, I tried Ctrl+C on macOS High Sierra, so it's possible that this issue is not specific to Linux.

cs01 commented 5 years ago

Oh interesting. Does the pull request fix your issue on mac?

florimondmanca commented 5 years ago

I'll look into it soon. :eyes:

bchao1 commented 5 years ago

Since this problem is solved by PR#20, I will close this issue.

luckydonald commented 5 years ago

Is this on pip yet?