Subject: CVS commit: [netbsd-3] src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 08/25/2006 11:40:53
Module Name:	src
Committed By:	ghen
Date:		Fri Aug 25 11:40:53 UTC 2006

Modified Files:
	src/lib/libcurses [netbsd-3]: color.c delwin.c screen.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #1475):
	lib/libcurses/color.c: revision 1.31
	lib/libcurses/screen.c: revision 1.18
	lib/libcurses/delwin.c: revision 1.14
Make sure we update the correct window when changing colour pairs.
When deleting windows and screens, also set to NULL the standard names
that refer to the window or screen just deleted.
Add some more debugging information.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.29.6.1 src/lib/libcurses/color.c
cvs rdiff -r1.13 -r1.13.6.1 src/lib/libcurses/delwin.c
cvs rdiff -r1.17 -r1.17.6.1 src/lib/libcurses/screen.c

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