summaryrefslogtreecommitdiffstats
path: root/robots/move.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1997-05-23 23:40:16 +0000
committerjtc <jtc@NetBSD.org>1997-05-23 23:40:16 +0000
commitaeb2bbdf28ae68f7765ea57ba4da24cb9ed1483e (patch)
tree3dd89878e8748afc10fe4b9149db1206fe30e1eb /robots/move.c
parent9ef5363ddad505d22a56ffa5487d477bc81813e6 (diff)
downloadbsdgames-darwin-aeb2bbdf28ae68f7765ea57ba4da24cb9ed1483e.tar.gz
bsdgames-darwin-aeb2bbdf28ae68f7765ea57ba4da24cb9ed1483e.tar.zst
bsdgames-darwin-aeb2bbdf28ae68f7765ea57ba4da24cb9ed1483e.zip
Remove calls to flushok(). That function doesn't really do anything in
our curses implementation, and it doesn't even exist in others...
Diffstat (limited to 'robots/move.c')
-rw-r--r--robots/move.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/robots/move.c b/robots/move.c
index 1396cd06..c146eb3d 100644
--- a/robots/move.c
+++ b/robots/move.c
@@ -1,4 +1,4 @@
-/* $NetBSD: move.c,v 1.4 1995/04/22 10:08:58 cgd Exp $ */
+/* $NetBSD: move.c,v 1.5 1997/05/23 23:40:19 jtc Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: move.c,v 1.4 1995/04/22 10:08:58 cgd Exp $";
+static char rcsid[] = "$NetBSD: move.c,v 1.5 1997/05/23 23:40:19 jtc Exp $";
#endif
#endif /* not lint */
@@ -163,7 +163,6 @@ over:
case 'W':
Waiting = TRUE;
leaveok(stdscr, TRUE);
- flushok(stdscr, FALSE);
goto ret;
case 't':
case 'T':