diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg index 5c73de82..500da747 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -370,6 +370,14 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # #SHOW_CURSOR:FALSE +# VERBOSE_IMAGES controls whether or not Lynx replaces the [LINK], [INLINE] and +# [IMAGE] comments (for images without ALT) with filenames of these images. +# This is extremely useful because now we can determine immediately what images +# are just decorations (button.gif, line.gif) and what images are important. +# +# If this option is set here, it will override the setting in userdefs.h. +#VERBOSE_IMAGES: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). |