This commit is contained in:
Loic Deridder
2025-02-12 13:48:54 +01:00
parent 256724e601
commit 3ac1625f5a
12 changed files with 89 additions and 61 deletions

View File

@@ -43,5 +43,4 @@ void handle_sigint(int sig)
void handle_sigquit(int sig)
{
(void)sig;
// ft_printf("\b\b");
}