Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 04/20/2001 16:03:26
Module Name: basesrc
Committed By: jdc
Date: Fri Apr 20 13:03:25 UTC 2001
Modified Files:
basesrc/lib/libcurses: getstr.c
Log Message:
Implement the getnstr() functions.
Add __warn_references() for getstr().
Move getstr() family closer to SUSv2 :
add checks for <carriage return>, the kill character, KEY_LEFT and
KEY_BACKSPACE
ignore other KEY_* characters
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/libcurses/getstr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.