]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The start of a forms editor library. Currently implements text and
authorpaul <paul@FreeBSD.org>
Sun, 13 Nov 1994 06:45:44 +0000 (06:45 +0000)
committerpaul <paul@FreeBSD.org>
Sun, 13 Nov 1994 06:45:44 +0000 (06:45 +0000)
commitec3127d29c777128be8df287d32e7ba0f04fb5a7
treecd0c6245017543bfc740dc61d4255fac3130ed97
parentf427ece6c5f21d208351c2b2a3e1a7eddad1150d
The start of a forms editor library. Currently implements text and
input fields. It reads a template file passed to init_forms(char *)
and creates a curses based form editor. See the examples directory
for a basic demo.
lib/Makefile
lib/libforms/Makefile [new file with mode: 0644]
lib/libforms/examples/Makefile [new file with mode: 0644]
lib/libforms/examples/example.frm [new file with mode: 0644]
lib/libforms/examples/tform.c [new file with mode: 0644]
lib/libforms/forms.c [new file with mode: 0644]
lib/libforms/forms.h [new file with mode: 0644]
lib/libforms/lex.l [new file with mode: 0644]
lib/libforms/yacc.y [new file with mode: 0644]