diff options
Diffstat (limited to 'lib/libforms/examples/example.frm')
-rw-r--r-- | lib/libforms/examples/example.frm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libforms/examples/example.frm b/lib/libforms/examples/example.frm index d1f5349..f28b2c6 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 { |