Subject: CVS commit: src/lib/libcurses
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/10/2003 12:50:20
Module Name:	src
Committed By:	dsl
Date:		Thu Jul 10 12:50:20 UTC 2003

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

Log Message:
Stop def_prog_mode() saving incorrect termio settings.
Make set_prog_mode() set the correct settings.
I'm not certain how much restoration set_prog_mode() should do, but it
definitely doesn't want to do all of __restartwin().
Maybe __restartwin() should be calling set_prog_mode()?


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

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