Browse Source

Amélioration affichage

Loquicom 6 năm trước cách đây
mục cha
commit
2941edc2ec
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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] ");