The NetBSD Project

CVS log for src/lib/libcurses/getch.c

[BACK] Up to [cvs.NetBSD.org] / src / lib / libcurses

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-1-5


Revision 1.29.4.3 / (download) - annotate - [selected], Fri Sep 29 12:33:52 2000 UTC (23 years, 6 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.29.4.2: +4 -3 lines
Diff to previous 1.29.4.2 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

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.

Revision 1.29.4.2 / (download) - annotate - [select for diffs], Thu Aug 3 11:40:01 2000 UTC (23 years, 8 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.29.4.1: +6 -3 lines
Diff to previous 1.29.4.1 (colored) to branchpoint 1.29 (colored) to selected 1.29.4.3 (colored)

pullup 1.30 -> 1.31 (approved by releng-1-5)

 > free region got from t_getstr().  we will experience memory leak if
 > we call initscr() multiple times (rare, but it's better to be pedant).

Revision 1.29.4.1 / (download) - annotate - [select for diffs], Thu Aug 3 11:38:26 2000 UTC (23 years, 8 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored) to selected 1.29.4.3 (colored)

pullup 1.29 -> 1.30 (approved by releng-1-5)

 > fix 8bit cleanness of getch() and wgetch().  never use char variable against
 > stdio functions which return "int" (including getchar()).
 > the bug was introduced in 1.9 -> 1.10.  fixes PR10723.

Revision 1.29 / (download) - annotate - [select for diffs], Thu May 25 06:46:26 2000 UTC (23 years, 11 months ago) by jdc
Branch: MAIN
CVS Tags: netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.28: +0 -8 lines
Diff to previous 1.28 (colored) to selected 1.29.4.3 (colored)

Send 'ks' sequence from first call to keypad(win, TRUE) only and not from
wgetch().  Don't send 'ke' sequence from keypad(win, FALSE) or wgetch().
This makes us compatible with Solaris.
Suggested by ITOH Yasufumi.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>