about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2002-10-07 01:07:23 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2002-10-07 01:07:23 -0400
commit0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f (patch)
tree1e65bf4510e41320b9428058bb20f3f6d6fdd648 /lynx.cfg
parentffc5ca31a759c93f4cb2af8aec4fe6e852161855 (diff)
downloadlynx-snapshots-0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f.tar.gz
snapshot of project "lynx", label v2-8-5dev_9
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg37
1 files changed, 29 insertions, 8 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 88fc9687..f1c23ea2 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -2,6 +2,11 @@
 # The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
 #                                     or Lynx_Dir:lynx.cfg (VMS)
 #
+# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
+#PRCS LYNX_VERSION "2.8.5dev.9"
+#
+# $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
+#PRCS LYNX_DATE "Sun, 06 Oct 2002 17:43:28 -0700"
 #
 # Definition pairs are of the form  VARIABLE:DEFINITION
 # NO spaces are allowed between the pair items.
@@ -671,6 +676,10 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 #MESSAGESECS:2
 #ALERTSECS:3
 
+.h2 REPLAYSECS
+# Set REPLAYSECS to a nonzero value to allow for slow replaying of
+# command scripts (see "-cmd_script" option).
+#REPLAYSECS:0
 
 .h1 Appearance
 # These settings control the appearance of Lynx's screen and the way
@@ -2837,11 +2846,13 @@ MINIMAL_COMMENTS:TRUE
 #   blue          magenta        cyan          lightgray
 #   gray          brightred      brightgreen   yellow
 #   brightblue    brightmagenta  brightcyan    white
-#
 .fi
 # or (if you have configured using --enable-default-colors with ncurses or
 # slang), "default" may be used for foreground and background.
 #
+# Note that in most cases a white background is really "lightgray", since
+# terminals generally do not implement bright backgrounds.
+#
 # Uncomment and change any of the compilation defaults.
 #
 #COLOR:0:black:white
@@ -2856,13 +2867,23 @@ COLOR:6:brightred:black
 
 
 .h2 ASSUMED_COLOR
-# If built with a library that recognizes default colors, initializes it
-# to assume the corresponding foreground and background colors.  Default
-# colors are those that the terminal (emulator) itself is initialized to.
-# For instance, you might have an xterm running with black text on a white
-# background, and want lynx to display colored text on the white background,
-# but leave the possibility of using the same configuration to draw colored
-# text on a different xterm, this time using its background set to black.
+# If built with a library that recognizes default colors (usually ncurses or
+# slang), lynx initializes it to assume the corresponding foreground and
+# background colors.  Default colors are those that the terminal (emulator)
+# itself is initialized to.  For instance, you might have an xterm running with
+# black text on a white background, and want lynx to display colored text on
+# the white background, but leave the possibility of using the same
+# configuration to draw colored text on a different xterm, this time using its
+# background set to black.
+#
+# If built with conventional SVr3/SVr4 curses, tells lynx to use color pair 0
+# when the given colors match this setting.  That gives a similar effect,
+# though not as flexible.  You will get the best results by setting the
+# terminal's default colors to match the prevailing text and background colors
+# that you have setup with lynx, and then alter the ASSUMED_COLOR setting to
+# match that.  If you do not alter the ASSUMED_COLOR setting, curses assumes
+# color pair 0's background is black, which implies that its foreground (text)
+# is white.
 #
 # The first value given is the foreground, the second is the background.
 #ASSUMED_COLOR:default:default