Add a no-op SIGINT handler before sending SIGTSTP in handleCtrlZ(). Remove it on SIGCONT. Prevents Ctrl+C from killing the backgrounded process.
Add a no-op SIGINT handler before sending SIGTSTP in handleCtrlZ(). Remove it on SIGCONT. Prevents Ctrl+C from killing the backgrounded process.