瀏覽代碼

Amélioration affichage

Loquicom 6 年之前
父節點
當前提交
2941edc2ec
共有 1 個文件被更改,包括 1 次插入0 次删除
  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] ");