From ac94a1fe8238688abf3128ee2d1406c29af89d2a Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 30 Aug 1999 08:08:03 +0000 Subject: flushok() isn't in ncurses. --- games/robots/init_field.c | 2 +- games/robots/move.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/robots/init_field.c b/games/robots/init_field.c index 888082c..c20665a 100644 --- a/games/robots/init_field.c +++ b/games/robots/init_field.c @@ -77,7 +77,7 @@ init_field() Dead = FALSE; Waiting = FALSE; - flushok(stdscr, TRUE); + /* flushok(stdscr, TRUE); */ Score = 0; erase(); diff --git a/games/robots/move.c b/games/robots/move.c index c381046..4641d98 100644 --- a/games/robots/move.c +++ b/games/robots/move.c @@ -158,7 +158,7 @@ over: case 'W': Waiting = TRUE; leaveok(stdscr, TRUE); - flushok(stdscr, FALSE); + /* flushok(stdscr, FALSE); */ goto ret; case 't': case 'T': -- cgit v1.1