Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/23/2000 12:34:08
Module Name: basesrc
Committed By: itojun
Date: Sat Sep 23 09:34:07 UTC 2000
Modified Files:
basesrc/lib/libcurses: getch.c
Log Message:
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.31 -r1.32 basesrc/lib/libcurses/getch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.