summaryrefslogtreecommitdiffstats
path: root/games/robots/move.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-30 08:08:03 +0000
committerpeter <peter@FreeBSD.org>1999-08-30 08:08:03 +0000
commitac94a1fe8238688abf3128ee2d1406c29af89d2a (patch)
treedc9089d6d7b9daa4d73144ea05f263a4401b73b7 /games/robots/move.c
parent0ec4b5c44bd0db25af8da2316ae3af147daf6c71 (diff)
downloadFreeBSD-src-ac94a1fe8238688abf3128ee2d1406c29af89d2a.zip
FreeBSD-src-ac94a1fe8238688abf3128ee2d1406c29af89d2a.tar.gz
flushok() isn't in ncurses.
Diffstat (limited to 'games/robots/move.c')
-rw-r--r--games/robots/move.c2
1 files changed, 1 insertions, 1 deletions
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':
OpenPOWER on IntegriCloud