about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg19
1 files changed, 18 insertions, 1 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 31294557..b89068e0 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -955,7 +955,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 # COOKIE_FILE is the default file from which persistent cookies are read
 # at startup (if the file exists), and into which persistent cookies are
 # stored before exiting, if Lynx was compiled with EXP_PERSISTENT_COOKIES.
-# The cookie file can also be specified in .lynxrc or on the commandline.
+# The cookie file can also be specified in .lynxrc or on the command line.
 #COOKIE_FILE:~/.lynx_cookies
 
 # PERSISTENT_COOKIES indicates that cookies should be stored for use between
@@ -2209,3 +2209,20 @@ MINIMAL_COMMENTS:TRUE
 #HTMLSRC_TAGNAME_XFORM:2
 #HTMLSRC_ATTRNAME_XFORM:2
 
+# FORCE_EMPTY_HREFLESS_A - HTML parsing
+# This option mirrors command-line option with the same name.  Default is
+# FALSE.  If true, then any 'A' element without HREF will be closed
+# immediately.  This is useful when viewing documentation produced by broken
+# translator that doesn't emit balanced A elements.  If lynx was compiled with
+# color styles, setting this option to TRUE will make lynx screen much more
+# reasonable (otherwise all text will probably have color corresponding to the
+# A element).
+#
+#FORCE_EMPTY_HREFLESS_A:FALSE
+
+# JUSTIFY - Appearance
+# This option mirrors command-line option with same name.  Default is TRUE.  If
+# true, most of text (except headers and like this) will be justified.  This
+# has no influence on CJK text rendering.
+#
+#JUSTIFY:TRUE