commit 3f134805a58ef352e1687d00aae8536bee9c47d4 from: Omar Polo date: Mon Jun 10 20:50:50 2024 UTC remove signal(SIGCHLD); we want to wait for the editor commit - 8ef77ce4c8eca6504bdfc5f7661e285fa44cedd4 commit + 3f134805a58ef352e1687d00aae8536bee9c47d4 blob - 8be25419f42f2e68c711fad7150e00c61acc1ff8 blob + e734c67c3e15caea5107257a1767c691d635744d --- telescope.c +++ telescope.c @@ -1073,7 +1073,6 @@ main(int argc, char * const *argv) argv0 = argv[0]; - signal(SIGCHLD, SIG_IGN); signal(SIGPIPE, SIG_IGN); if (getenv("NO_COLOR") != NULL)