From 7c2d8d1865a0a46d4e87af2b158f6d081ee28b04 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 28 Jan 2005 22:12:47 +0000 Subject: [PATCH] Make sure we actually take input! --- sst.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.31.1