summaryrefslogtreecommitdiffstats
path: root/robots
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
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')
-rw-r--r--robots/init_field.c5
-rw-r--r--robots/move.c5
2 files changed, 4 insertions, 6 deletions
diff --git a/robots/init_field.c b/robots/init_field.c
index 33993d98..7a209156 100644
--- a/robots/init_field.c
+++ b/robots/init_field.c
@@ -1,4 +1,4 @@
-/* $NetBSD: init_field.c,v 1.3 1995/04/22 10:08:52 cgd Exp $ */
+/* $NetBSD: init_field.c,v 1.4 1997/05/23 23:40:16 jtc Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)init_field.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: init_field.c,v 1.3 1995/04/22 10:08:52 cgd Exp $";
+static char rcsid[] = "$NetBSD: init_field.c,v 1.4 1997/05/23 23:40:16 jtc Exp $";
#endif
#endif /* not lint */
@@ -82,7 +82,6 @@ init_field()
Dead = FALSE;
Waiting = FALSE;
- flushok(stdscr, TRUE);
Score = 0;
erase();
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':