Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 01/16/2001 03:02:49
Module Name:	basesrc
Committed By:	blymn
Date:		Tue Jan 16 01:02:49 UTC 2001

Modified Files:
	basesrc/lib/libform: Makefile driver.c field.c form.c form.h
	    internals.c post.c shlib_version

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


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libform/Makefile \
    basesrc/lib/libform/driver.c
cvs rdiff -r1.2 -r1.3 basesrc/lib/libform/field.c basesrc/lib/libform/form.c \
    basesrc/lib/libform/form.h basesrc/lib/libform/internals.c \
    basesrc/lib/libform/post.c
cvs rdiff -r1.4 -r1.5 basesrc/lib/libform/shlib_version

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