Jelajahi Sumber

Amélioration affichage

Loquicom 6 tahun lalu
induk
melakukan
2941edc2ec
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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] ");