Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 05/24/2000 23:46:31
Module Name:	basesrc
Committed By:	jdc
Date:		Thu May 25 06:46:27 UTC 2000

Modified Files:
	basesrc/lib/libcurses: getch.c keypad.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/lib/libcurses/getch.c
cvs rdiff -r1.5 -r1.6 basesrc/lib/libcurses/keypad.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.