summaryrefslogtreecommitdiffstats
path: root/lib/libforms/examples/example.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove libforms, it was never used.jkh1996-06-191-60/+0
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* New libforms.paul1995-05-121-50/+12
| | | | | | | Bumped major number. Ncurses backend still needs improving. Other back-ends need to be written.
* Tweak a few things just to show how form traversal might work fully.jkh1995-03-281-3/+3
| | | | | Fix some spelling errors in the example.c file and make error handling a little more explanatory.
* Include <strhash.h> instead now.jkh1995-03-281-1/+1
|
* Use a hash table to hold all the bindings info rather than a linked list.paul1995-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.
* Completely rewrite libforms so everything is done at runtime ratherpaul1995-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.
* Implemented height field for text fields so they can now be more thanpaul1995-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.
* Truncate any default inputs to the input width.paul1995-01-251-3/+3
| | | | Update the example so it works properly.
* Changed the example to use the forms spec file.paul1995-01-241-0/+67
OpenPOWER on IntegriCloud