RenataKaras / minishell

0 stars 0 forks source link

ctrl+c writes the prompt twice #15

Open saraxplorer opened 1 week ago

saraxplorer commented 1 week ago

Probable Fix: ignore sigint for the parent Before it finishes waiting and AFTER making children

saraxplorer commented 1 week ago

minishell> cat Makefile | grep h | sleep 9 ^C

minishell> it is happening only for sleep command but for other commands it is okay