summaryrefslogtreecommitdiff
path: root/lib/libforms/examples/example.frm
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1995-03-26 07:44:33 +0000
committerPaul Richards <paul@FreeBSD.org>1995-03-26 07:44:33 +0000
commit62773adf71f81f85a396213412e55bec1f9c7186 (patch)
tree74529f2af39672789431bf89b4541f799c86b669 /lib/libforms/examples/example.frm
parentbdb44d5fb6c056c07dc2ad478bb50b3756349a8a (diff)
Notes
Diffstat (limited to 'lib/libforms/examples/example.frm')
-rw-r--r--lib/libforms/examples/example.frm9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libforms/examples/example.frm b/lib/libforms/examples/example.frm
index d1f5349237bd..f28b2c65b2c5 100644
--- a/lib/libforms/examples/example.frm
+++ b/lib/libforms/examples/example.frm
@@ -1,9 +1,14 @@
-field1 { attributes = 0 text = "This text is bold and flashy" }
+Colours example_colors {
+ pair = red, yellow
+ pair = blue, white
+}
+
+field1 { attributes = 0 text = "\standout This text is \bold bold and \blink flashy" }
field2 {
height = 2
width = 22
- text = "This is an input field with a default"
+ text = "This is an input fieldwith a default"
}
field3 {