Mercurial > hg > early-roguelike
comparison 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 |
comparison
equal
deleted
inserted
replaced
31:9223b6d7a243 | 32:2dcd75e6a736 |
---|---|
147 #ifdef CHECKTIME | 147 #ifdef CHECKTIME |
148 signal(SIGALRM, checkout); | 148 signal(SIGALRM, checkout); |
149 alarm(CHECKTIME * 60); | 149 alarm(CHECKTIME * 60); |
150 num_checks = 0; | 150 num_checks = 0; |
151 #endif | 151 #endif |
152 nonl(); | |
152 crmode(); /* Cbreak mode */ | 153 crmode(); /* Cbreak mode */ |
153 noecho(); /* Echo off */ | 154 noecho(); /* Echo off */ |
154 } | 155 } |
155 | 156 |
156 /* | 157 /* |