freebsd-nq/lib/libforms/examples
Paul Richards 62773adf71 Use a hash table to hold all the bindings info rather than a linked list.
Forms now have their own local bindings table so that anything
declared within a form is local to that form. This means you can
have fields of the same name in different forms.

Added inlined attribute setting for strings e.g. "This is \bold bold"

Added entry and exit functions for fields.
1995-03-26 07:44:33 +00:00
..
example.c Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
example.frm Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
Makefile Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
test.c Added emacs ^A,^E,^B & ^F keybindings to field editor. 1995-01-11 06:08:45 +00:00
tform.c The start of a forms editor library. Currently implements text and 1994-11-13 06:45:44 +00:00