From: Eric S. Raymond Date: Fri, 28 Jan 2005 22:12:47 +0000 (+0000) Subject: Make sure we actually take input! X-Git-Tag: 2.0~411 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=7c2d8d1865a0a46d4e87af2b158f6d081ee28b04 Make sure we actually take input! --- diff --git a/sst.c b/sst.c index 5cba52e..acef984 100644 --- a/sst.c +++ b/sst.c @@ -300,15 +300,17 @@ static void makemoves(void) { clrscr(); #endif /* SERGEEV */ proutn("COMMAND> "); -#ifdef SERGEEV if (scan() == IHEOL) { +#ifdef SERGEEV _setcursortype(_NOCURSOR); setwnd(4); clrscr(); chart(0); _setcursortype(_NORMALCURSOR); +#endif /* SERGEEV */ continue; } +#ifdef SERGEEV ididit=0; clrscr(); setwnd(4);