comparison arogue7/main.c @ 131:796e2a10cd41

arogue7: call nonl() during initialization.
author John "Elwin" Edwards
date Tue, 12 May 2015 10:28:05 -0400
parents c697782a9b37
children 7faf4568c295
comparison
equal deleted inserted replaced
130:1a64fd0bfea6 131:796e2a10cd41
534 #ifdef SIGQUIT 534 #ifdef SIGQUIT
535 signal(SIGQUIT, endit); 535 signal(SIGQUIT, endit);
536 #endif 536 #endif
537 raw(); /* Cbreak mode */ 537 raw(); /* Cbreak mode */
538 noecho(); /* Echo off */ 538 noecho(); /* Echo off */
539 nonl();
539 } 540 }
540 541
541 /* 542 /*
542 * playit: 543 * playit:
543 * The main loop of the program. Loop until the game is over, 544 * The main loop of the program. Loop until the game is over,