paul ec3127d29c The start of a forms editor library. Currently implements text and
input fields. It reads a template file passed to init_forms(char *)
and creates a curses based form editor. See the examples directory
for a basic demo.
1994-11-13 06:45:44 +00:00

7 lines
289 B
Plaintext

Form template: 0 0 24 79
Text 0 0 "This is non-editable text field"
Input 1 2 4 2 3 3 2 2 8 "Prompt1:" 2 20 10 25 "First"
Input 2 3 1 4 2 2 5 2 8 "Prompt2:" 5 20 10 25 "Second"
Input 3 4 2 4 1 1 2 40 8 "Prompt3:" 2 50 10 25 "Third"
Input 4 1 2 1 4 4 10 2 8 "Prompt4:" 10 20 10 25 "Fourth"