From aeb2bbdf28ae68f7765ea57ba4da24cb9ed1483e Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 23 May 1997 23:40:16 +0000 Subject: Remove calls to flushok(). That function doesn't really do anything in our curses implementation, and it doesn't even exist in others... --- robots/init_field.c | 5 ++--- robots/move.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'robots') 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': -- cgit v1.2.3-56-ge451