summaryrefslogtreecommitdiff
path: root/lib/libforms/examples/example.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* New libforms.Paul Richards1995-05-121-50/+12
| | | | | | | | | | Bumped major number. Ncurses backend still needs improving. Other back-ends need to be written. Notes: svn path=/head/; revision=8475
* Tweak a few things just to show how form traversal might work fully.Jordan K. Hubbard1995-03-281-3/+3
| | | | | | | | Fix some spelling errors in the example.c file and make error handling a little more explanatory. Notes: svn path=/head/; revision=7437
* Include <strhash.h> instead now.Jordan K. Hubbard1995-03-281-1/+1
| | | | Notes: svn path=/head/; revision=7436
* Use a hash table to hold all the bindings info rather than a linked list.Paul Richards1995-03-261-6/+10
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=7386
* Completely rewrite libforms so everything is done at runtime ratherPaul Richards1995-03-011-17/+43
| | | | | | | | | | | than at compile time. Should have same functionality as old libforms but with new mechanism. Lots of new features that use the new mechanism are still to be added. Notes: svn path=/head/; revision=6799
* Implemented height field for text fields so they can now be more thanPaul Richards1995-02-011-0/+1
| | | | | | | | | | | | | | | one line long. Fixed a bug in the input field with cursor positioning at the end of the field. Make the print_status function available to apps so they can print status messages. Updated the example for the new fib parser. Notes: svn path=/head/; revision=6087
* Truncate any default inputs to the input width.Paul Richards1995-01-251-3/+3
| | | | | | | Update the example so it works properly. Notes: svn path=/head/; revision=5881
* Changed the example to use the forms spec file.Paul Richards1995-01-241-0/+67
Notes: svn path=/head/; revision=5852