Subject: CVS commit: src/lib/libcurses
To: None <source-changes@netbsd.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 12/23/2002 14:25:11
Module Name: src
Committed By: jdc
Date: Mon Dec 23 12:25:11 UTC 2002
Modified Files:
src/lib/libcurses: screen.c
Log Message:
Handle function argument changes to __newwin().
Don't call clearok() for new windows in newterm() - it caused a screen erase
on the first refresh() of the window.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libcurses/screen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.