Subject: CVS commit: src/lib/libcurses
To: None <source-changes@netbsd.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 01/27/2003 23:04:11
Module Name:	src
Committed By:	jdc
Date:		Mon Jan 27 21:04:11 UTC 2003

Modified Files:
	src/lib/libcurses: attributes.c standout.c underscore.c

Log Message:
Remove check for attribute/colour conflict.
This is now handled in refresh.c as it's not possible to handle the
conflict with background colour here.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libcurses/attributes.c
cvs rdiff -r1.12 -r1.13 src/lib/libcurses/standout.c
cvs rdiff -r1.6 -r1.7 src/lib/libcurses/underscore.c

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