Subject: CVS commit: src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 07/27/2005 20:17:42
Module Name: src
Committed By: jdc
Date: Wed Jul 27 20:17:42 UTC 2005
Modified Files:
src/lib/libcurses: erase.c
Log Message:
Make sure that werase() always marks the window as dirty. This fixes a
problem (reported by David Bariod on netbsd-help), where erasing an already
blank window would not clear the screen contents of overlapping windows.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libcurses/erase.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.