mrsh icon indicating copy to clipboard operation
mrsh copied to clipboard

Improved job status notifications for SIGSTOP/SIGCONT

Open caseman opened this issue 4 years ago • 0 comments

Fix for: https://github.com/emersion/mrsh/issues/174

  • Job notification on SIGCONT for supporting platforms
  • run_process() no longer forks twice for background jobs, allowing detection of SIGSTOP/SIGCONT
  • Added jobs.sh test script

caseman avatar Nov 18 '20 04:11 caseman