Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/29/2000 15:33:52
Module Name: basesrc
Committed By: itojun
Date: Fri Sep 29 12:33:52 UTC 2000
Modified Files:
basesrc/lib/libcurses [netbsd-1-5]: getch.c
Log Message:
pullup 1.31 -> 1.32 (approved by releng-1-5)
>do not call wrefresh() uncondintionally from wgetch(). call it only
>when the window was touched (is_wintouched()).
>the previous behavior damaged existing applications, especially when it issues
>lots of subwindow manipulation and mvcur().
>
>it was introduced in 1.23 -> 1.24 or sometime before.
To generate a diff of this commit:
cvs rdiff -r1.29.4.2 -r1.29.4.3 basesrc/lib/libcurses/getch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.