comparison arogue5/main.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 46f39359c4a7
comparison
equal deleted inserted replaced
67:c49f7927b0fa 68:7a7fb9b810e1
361 signal(SIGALRM, checkout); 361 signal(SIGALRM, checkout);
362 alarm(CHECKTIME * 60); 362 alarm(CHECKTIME * 60);
363 num_checks = 0; 363 num_checks = 0;
364 } 364 }
365 #endif 365 #endif
366 nonl();
366 crmode(); /* Cbreak mode */ 367 crmode(); /* Cbreak mode */
367 noecho(); /* Echo off */ 368 noecho(); /* Echo off */
368 } 369 }
369 370
370 /* 371 /*