Subject: Re: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 08/02/2000 20:49:31
>Module Name: basesrc
>Committed By: itojun
>Date: Wed Aug 2 10:50:50 UTC 2000
>
>Modified Files:
> basesrc/lib/libcurses: refresh.c
>
>Log Message:
>on repaint, we must look at attributes present on curscr.
>check __ISPASTEOL on curscr->lines, not on win->lines. PR 10732.
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.39 -r1.40 basesrc/lib/libcurses/refresh.c
I believe this change should do the right thing. if you see
any screen crash or unexpected cursor movement, please let me know.
itojun