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/move.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'robots/move.c') 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