Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/17/2003 19:44:55
Module Name:	src
Committed By:	dsl
Date:		Thu Jul 17 19:44:54 UTC 2003

Modified Files:
	src/distrib/utils/sysinst: run.c

Log Message:
Remove the endwin() and refresh() pair which caused the screen to flash
whenever a command was run.  Maybe a screen redraw is required if the
command is able to corrupt the screen - but the refresh was happening
much too early to fix that, and it would be better to collect/discard
the commands output anyway.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/distrib/utils/sysinst/run.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.