X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=io.c;h=d67c23276c78a4af375b0e78d67eee45b8fa6a79;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hp=8b766e9876be9a51ed8e633d4a4d8b360574c2f0;hpb=b7bbbdd604afc1fac8b7c54563520b7d191ca216;p=super-star-trek.git diff --git a/io.c b/io.c index 8b766e9..d67c232 100644 --- a/io.c +++ b/io.c @@ -59,11 +59,7 @@ void iostart(int usecurses) { if(signal(SIGQUIT,SIG_IGN) != SIG_IGN) (void)signal(SIGQUIT,fastexit); -#ifndef SERGEEV - if (curses = usecurses) { -#else /* SERGEEV */ if ((curses = usecurses)) { -#endif /* SERGEEV */ (void)initscr(); #ifdef KEY_MIN keypad(stdscr, TRUE); @@ -134,7 +130,7 @@ void pause_game(int i) { wrefresh(stdscr); } else { putchar('\n'); - prout(prompt); + proutn(prompt); fgets(buf, sizeof(buf), stdin); if (i != 0) { clearscreen();