Subject: Re: Bug in debug code in curses library. [from the BSDi mailing list]
To: None <current-users@NetBSD.ORG, tholo@tetherless.com>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 04/14/1995 18:19:03
While you're at it, although this isn't related, curses documentation
asserts that erase() (and thus clear()) will move to 0, 0.  They don't.
A wmove(win,0,0) at the end of werase will fix it.

-s