Subject: CVS commit: src/lib/libcurses
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/18/2003 10:02:08
Module Name:	src
Committed By:	dsl
Date:		Sun May 18 10:02:08 UTC 2003

Modified Files:
	src/lib/libcurses: tstp.c

Log Message:
Don't do __stopwin() if it is already stopped.
Allows error messages from programs like sysinst() to be seen.
(There is an explicit stopwin() before the error message is output,
and a second in the atexit() called cleanup() routine)


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/lib/libcurses/tstp.c

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