summaryrefslogtreecommitdiff
path: root/lib/libforms/examples/example.frm
diff options
context:
space:
mode:
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 {