diff rogue4/mach_dep.c @ 32:2dcd75e6a736

Fix the playback bug which was caused by CR/LF confusion
author elwin
date Tue, 16 Feb 2010 00:03:06 +0000
parents ea7372f5d314
children 5926ec314fd4
line wrap: on
line diff
--- a/rogue4/mach_dep.c	Sat Feb 13 16:25:29 2010 +0000
+++ b/rogue4/mach_dep.c	Tue Feb 16 00:03:06 2010 +0000
@@ -149,6 +149,7 @@
     alarm(CHECKTIME * 60);
     num_checks = 0;
 #endif
+    nonl();
     crmode();				/* Cbreak mode */
     noecho();				/* Echo off */
 }