diff arogue5/command.c @ 68:7a7fb9b810e1

arogue5: add nonl() to prevent CR/LF confusion.
author elwin
date Sat, 11 Aug 2012 18:56:32 +0000
parents c49f7927b0fa
children ad2cb9a07aaa
line wrap: on
line diff
--- a/arogue5/command.c	Sat Aug 11 17:19:03 2012 +0000
+++ b/arogue5/command.c	Sat Aug 11 18:56:32 2012 +0000
@@ -844,6 +844,7 @@
 
     printf(retstr);
     fflush(stdout);
+    nonl();
     noecho();
     raw();
     keypad(cw,1);