diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-28 10:42:09 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-28 10:42:09 +0000 |
commit | 837a13ef49870fa05d73202221429506a98f974e (patch) | |
tree | 542fda88de7562d44280d29f76f935709743ed22 /lib/libforms/examples/example.frm | |
parent | ce961aa18e9bc19e11a4cfd9ad282d9998e1e854 (diff) | |
download | FreeBSD-src-837a13ef49870fa05d73202221429506a98f974e.zip FreeBSD-src-837a13ef49870fa05d73202221429506a98f974e.tar.gz |
Tweak a few things just to show how form traversal might work fully.
Fix some spelling errors in the example.c file and make error handling
a little more explanatory.
Diffstat (limited to 'lib/libforms/examples/example.frm')
-rw-r--r-- | lib/libforms/examples/example.frm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libforms/examples/example.frm b/lib/libforms/examples/example.frm index f28b2c6..513ced2 100644 --- a/lib/libforms/examples/example.frm +++ b/lib/libforms/examples/example.frm @@ -46,9 +46,9 @@ Form example at 0,0 { field4 at 11, 2 field6 at 15, 2 - input1 {field3} at 7,45, next=input2 - input2 {field5} at 11,45, next=menu1 - menu1 {field7} at 15,45, next=quit - quit {field8} at 20,20, up = menu1, right = cancel - cancel {field9} at 20,43, next=input1 + input1 {field3} at 7,45, next=input2,down=input2,up=quit,right=input2 + input2 {field5} at 11,45, next=menu1,down=menu1,up=input1,right=menu1 + menu1 {field7} at 15,45, next=quit,down=quit,up=input2,right=quit + quit {field8} at 20,20, next=cancel,down=input1,up=menu1,right=cancel + cancel {field9} at 20,43, next=input1,down=input1,up=menu1,right=input1 } |