Skip to content
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

Sending SIGINT with ^C doesn't quit program. #234

Closed
cedrak opened this issue Jun 6, 2019 · 0 comments · Fixed by #236
Closed

Sending SIGINT with ^C doesn't quit program. #234

cedrak opened this issue Jun 6, 2019 · 0 comments · Fixed by #236

Comments

@cedrak
Copy link

cedrak commented Jun 6, 2019

Expected behavior: program quits.

Actual behavior:

  • mw add - literal ^C-e inputted and program loops infinitely
  • mw delete - same as with mw add
  • mw purge - literal C-e inputted, which is read as a 'yes' and purge is executed
Kr1ss-XD added a commit to Kr1ss-XD/mutt-wizard that referenced this issue Jun 7, 2019
In my [PR 224](LukeSmithxyz#224), I
introduced a bug.  While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.

Fixes LukeSmithxyz#234
LukeSmithxyz pushed a commit that referenced this issue Jun 7, 2019
In my [PR 224](#224), I
introduced a bug.  While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.

Fixes #234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant