taskshell icon indicating copy to clipboard operation
taskshell copied to clipboard

Don't exit on Ctrl+C

Open jplatte opened this issue 6 years ago • 0 comments

tasksh doesn't behave like almost every other shell wrt. Ctrl+C. I would expect it to cancel non-interactive tasks (e.g. ! long-running-shell-command) and return the user to the last interactive prompt. What it should never do IMHO is exit tasksh. That's what Ctrl+D and the quit command are for.

jplatte avatar Jul 01 '19 15:07 jplatte