NetBSD/lib/libform
blymn c021922626 Multiple fixes:
* A debug version of libform will be build if DEBUG_FORMS is defined
* Can no longer edit fields that do not have O_EDIT set
* Changed background attribute to A_NORMAL like ncurses
* Fixed truncation of field contents when content length == field length
* Current field is set to first visible & active field on form post
2001-01-16 01:02:47 +00:00
..
driver.c Multiple fixes: 2001-01-16 01:02:47 +00:00
field_types.c
field.c Multiple fixes: 2001-01-16 01:02:47 +00:00
form.c Multiple fixes: 2001-01-16 01:02:47 +00:00
form.h Multiple fixes: 2001-01-16 01:02:47 +00:00
internals.c Multiple fixes: 2001-01-16 01:02:47 +00:00
internals.h
Makefile Multiple fixes: 2001-01-16 01:02:47 +00:00
post.c Multiple fixes: 2001-01-16 01:02:47 +00:00
README
shlib_version Multiple fixes: 2001-01-16 01:02:47 +00:00
std_header.c
type_alnum.c
type_alpha.c
type_enum.c
type_integer.c
type_ipv4.c
type_numeric.c
type_regex.c

******************************************************************************
* NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE *
******************************************************************************

This library is incomplete.  There are no man pages and there are lots of
bugs.  Use with caution.  Bugs can be reported to blymn@netbsd.org.  Please
talk to me first before trying to fix things just in case it is already 
being worked on.

Brett Lymn (blymn@netbsd.org)