Ver Fonte

Amélioration affichage

Loquicom há 6 anos atrás
pai
commit
2941edc2ec
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      mysh.c

+ 1 - 0
mysh.c

@@ -335,6 +335,7 @@ void handler(int sig){
         return;
     }
     //Sinon demande comfirmation pour finir le programme
+    printf("\n");
     while(reponse != 'o' && reponse != 'O' && reponse != 'n' && reponse != 'N'){
         //Recup la valeur
         printf("Voulez vous vraiment quitter ? [O/N] ");