about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-10-14 12:32:07 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-10-14 12:32:07 -0400
commit64c4d93e6c1d2751c8517e10192e585db0cbce82 (patch)
treee2d8a765b19927ff7cb92bd171073dc86fe11f40 /lynx.cfg
parent043745f9329c2bc33b8e6282b57970bbc550355e (diff)
downloadlynx-snapshots-64c4d93e6c1d2751c8517e10192e585db0cbce82.tar.gz
snapshot of project "lynx", label v2-8-1pre_10
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg10
1 files changed, 2 insertions, 8 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 6e5816e8..5de81cb1 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -388,8 +388,8 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 #URL_DOMAIN_SUFFIXES:.com,.edu,.net,.org
 
 # Lynx Options Menu style toggle: forms-based or old-style.
-# Works if old-style menu is compiled in.
-#FORMS_OPTIONS:FALSE
+# Works if old-style menu is compiled in as well as the forms-based menu.
+#FORMS_OPTIONS:TRUE
 
 # Display partial pages while downloading
 #PARTIAL:TRUE
@@ -453,12 +453,6 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 # If this option is set here, it will override the setting in userdefs.h.
 #VERBOSE_IMAGES:TRUE
 
-# VERBOSE_LINKS controls whether Lynx precedes links with the string "(LINK)",
-# which is done to accommodate blind users.
-#
-# If this option is set here, it will override the setting in userdefs.h.
-#VERBOSE_LINKS:FALSE
-
 # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
 # upon for <H1> through <H6> headers.  The compilation default is FALSE
 # (only the indentation styles are acted upon, but see BOLD_H1, below).