Open sophie-h opened 2 weeks ago
Hmm, isn't Ctrl-C only checked while the program is emitting output?
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?
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.