Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 08/15/1999 03:59:04
Module Name:	basesrc
Committed By:	blymn
Date:		Sun Aug 15 10:59:04 UTC 1999

Modified Files:
	basesrc/lib/libterm: Makefile termcap.3 termcap.c termcap.h tgoto.c
	    tputs.c

Log Message:
Added new interface to termcap that allows the manipulation of multiple
termcap entries simultaneously and lifts the 1024 byte limit on the termcap
entry.  The original termcap api is unchanged but also no longer has
the 1024 byte limit if the termcap functions are used.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/lib/libterm/Makefile
cvs rdiff -r1.12 -r1.13 basesrc/lib/libterm/termcap.3 \
    basesrc/lib/libterm/tgoto.c
cvs rdiff -r1.17 -r1.18 basesrc/lib/libterm/termcap.c
cvs rdiff -r1.5 -r1.6 basesrc/lib/libterm/termcap.h
cvs rdiff -r1.9 -r1.10 basesrc/lib/libterm/tputs.c

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