We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Borg 1.4
Ctrl+C and SIGINT are not working if borg is asking a y/N question.
y/N
It would be convenient for API usage and command line usage, if aborting would work during questions as well.
The text was updated successfully, but these errors were encountered:
Hmm, isn't Ctrl-C only checked while the program is emitting output?
Sorry, something went wrong.
Not sure what you mean with emitting output. Writing to the repo? If so, I don't see why it should be limited to that.
I mean console output. AFAIK the OS output routines check for Ctrl-C at output time and then send a signal to the user process.
Hmm, does it work if you send SIGINT twice?
No branches or pull requests
Borg 1.4
Ctrl+C and SIGINT are not working if borg is asking a
y/N
question.It would be convenient for API usage and command line usage, if aborting would work during questions as well.
The text was updated successfully, but these errors were encountered: