Newline after entering input
authorhpa <hpa>
Wed, 4 Feb 2004 00:16:09 +0000 (00:16 +0000)
committerhpa <hpa>
Wed, 4 Feb 2004 00:16:09 +0000 (00:16 +0000)
menu/biosio.c

index bf2b559..d27f4f1 100644 (file)
@@ -200,4 +200,5 @@ void getstring(char *str, unsigned int size)
     }
   }
   *p = '\0';
+  csprint("\r\n");
 }