aboutsummaryrefslogtreecommitdiff
path: root/samples/debian.rc
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-04-17 17:00:55 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-04-17 17:00:55 +0000
commitd9bc2c28cdecd831822f6fc6d2e813a789481d0d (patch)
tree9f4aad12e1032cbbf8e386136b4b4cad08096572 /samples/debian.rc
parentfe24989830eac66b52d803c7a65ebf438100b714 (diff)
downloadsrc-d9bc2c28cdecd831822f6fc6d2e813a789481d0d.tar.gz
src-d9bc2c28cdecd831822f6fc6d2e813a789481d0d.zip
Update dialog to 20110302 version.vendor/dialog/1.1-20110302
Notes
Notes: svn path=/vendor/dialog/dist/; revision=220747 svn path=/vendor/dialog/dialog-1.1-20110302/; revision=220748; tag=vendor/dialog/1.1-20110302
Diffstat (limited to 'samples/debian.rc')
-rw-r--r--samples/debian.rc16
1 files changed, 15 insertions, 1 deletions
diff --git a/samples/debian.rc b/samples/debian.rc
index f624dba846e2..3b42eb8433bb 100644
--- a/samples/debian.rc
+++ b/samples/debian.rc
@@ -1,6 +1,14 @@
-# $Id: debian.rc,v 1.4 2005/12/01 01:18:57 tom Exp $
+# $Id: debian.rc,v 1.5 2011/01/17 00:14:53 tom Exp $
+# vile:confmode
# Run-time configuration file for dialog, matches Debian color scheme.
# (these are the default values for dialog)
+#
+# Types of values:
+#
+# Number - <number>
+# String - "string"
+# Boolean - <ON|OFF>
+# Attribute - (foreground,background,highlight?)
# Set aspect-ration.
aspect = 0
@@ -115,3 +123,9 @@ form_active_text_color = (WHITE,BLUE,ON)
# Form text color
form_text_color = (WHITE,CYAN,ON)
+
+# Readonly form item color
+form_item_readonly_color = (CYAN,WHITE,ON)
+
+# Dialog box gauge color
+gauge_color = (BLUE,WHITE,ON)