Skip to content

v1.3.56

Choose a tag to compare

@fermat-tech fermat-tech released this 12 Jul 09:55
  • Fix kill %n on a backgrounded compound command (e.g. (while true; do ...; done) &) waiting for whatever it was currently running to finish naturally before actually stopping the job. It now kills the currently-running process immediately, matching bash.