Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -94/+0 |
| | |||||
* | Added emacs ^A,^E,^B & ^F keybindings to field editor. | paul | 1995-01-11 | 1 | -1/+1 |
| | | | | Changed a constant to a sizeof in test.c | ||||
* | Change size of example form from 80x25 to 80x24 so it works | paul | 1995-01-11 | 1 | -1/+1 |
| | | | | in a standard xterm. | ||||
* | As long as I can't figure out why this doesn't work, I might as well | jkh | 1995-01-10 | 1 | -1/+6 |
| | | | | add some error checking to it and clean this up a bit. | ||||
* | New forms library. This provides some basic functions for writing | paul | 1995-01-10 | 1 | -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. |