summaryrefslogtreecommitdiff
path: root/lib/libforms/examples
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-112/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* New libforms.Paul Richards1995-05-123-92/+162
* Tweak a few things just to show how form traversal might work fully.Jordan K. Hubbard1995-03-282-8/+8
* Include <strhash.h> instead now.Jordan K. Hubbard1995-03-281-1/+1
* Use a hash table to hold all the bindings info rather than a linked list.Paul Richards1995-03-262-8/+17
* Completely rewrite libforms so everything is done at runtime ratherPaul Richards1995-03-013-41/+57
* Implemented height field for text fields so they can now be more thanPaul Richards1995-02-013-72/+25
* Add all the necessary bits to use color if the terminal allows it.Paul Richards1995-01-301-3/+10
* Truncate any default inputs to the input width.Paul Richards1995-01-252-11/+11
* New example that uses the new forms language.Paul Richards1995-01-251-6/+96
* Changed the example to use the forms spec file.Paul Richards1995-01-242-2/+74
* Added emacs ^A,^E,^B & ^F keybindings to field editor.Paul Richards1995-01-111-1/+1
* Change size of example form from 80x25 to 80x24 so it worksPaul Richards1995-01-111-1/+1
* As long as I can't figure out why this doesn't work, I might as wellJordan K. Hubbard1995-01-102-2/+14
* New forms library. This provides some basic functions for writingPaul Richards1995-01-102-4/+95
* The start of a forms editor library. Currently implements text andPaul Richards1994-11-133-0/+31