summaryrefslogtreecommitdiffstats
path: root/lib/libforms/examples/test.c
Commit message (Collapse)AuthorAgeFilesLines
* Added emacs ^A,^E,^B & ^F keybindings to field editor.paul1995-01-111-1/+1
| | | | Changed a constant to a sizeof in test.c
* Change size of example form from 80x25 to 80x24 so it workspaul1995-01-111-1/+1
| | | | in a standard xterm.
* As long as I can't figure out why this doesn't work, I might as welljkh1995-01-101-1/+6
| | | | add some error checking to it and clean this up a bit.
* New forms library. This provides some basic functions for writingpaul1995-01-101-0/+89
input forms. It has the following simple fields: Text fields: Just titles, labels etc. Input fields: An editable text field that may or may not have an initial default value. Labelled input field: This is an input field that has an initial informative entry in it but it vanishes when you start editing the field. Toggle fields: These are fields with a pre-defined list of options which you cycle through using the space bar. Action fields: These are button type fields that call functions when they are selected. A simple demo is included in examples.
OpenPOWER on IntegriCloud