summaryrefslogtreecommitdiff
path: root/lib/libforms/forms.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* New libforms.Paul Richards1995-05-121-231/+157
* change hash.h to strhash.h to match new convention.Jordan K. Hubbard1995-03-261-1/+1
* Use a hash table to hold all the bindings info rather than a linked list.Paul Richards1995-03-261-50/+97
* Completely rewrite libforms so everything is done at runtime ratherPaul Richards1995-03-011-386/+178
* Implemented height field for text fields so they can now be more thanPaul Richards1995-02-011-19/+29
* Add all the necessary bits to use color if the terminal allows it.Paul Richards1995-01-301-28/+57
* Truncate any default inputs to the input width.Paul Richards1995-01-251-2/+6
* Update libforms to agree with new fib.Paul Richards1995-01-251-15/+20
* Changed the example to use the forms spec file.Paul Richards1995-01-241-1/+1
* Added emacs ^A,^E,^B & ^F keybindings to field editor.Paul Richards1995-01-111-6/+6
* Place the cursor better on buttons.Paul Richards1995-01-101-1/+1
* New forms library. This provides some basic functions for writingPaul Richards1995-01-101-287/+400
* Fix some bugs with forms that have only text fields.Paul Richards1994-11-131-2/+10
* The start of a forms editor library. Currently implements text andPaul Richards1994-11-131-0/+333