Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 04/28/2000 17:42:26
Module Name:	basesrc
Committed By:	mycroft
Date:		Sat Apr 29 00:42:26 UTC 2000

Modified Files:
	basesrc/lib/libcurses: curses_private.h refresh.c setterm.c

Log Message:
Speed up refresh in the presence of attributes by precalculating a mask for
each `end' command to turn off other attributes in the case of conflicts.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/lib/libcurses/curses_private.h
cvs rdiff -r1.26 -r1.27 basesrc/lib/libcurses/refresh.c
cvs rdiff -r1.20 -r1.21 basesrc/lib/libcurses/setterm.c

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