diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-10 20:59:57 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-10 20:59:57 -0400 |
commit | 043745f9329c2bc33b8e6282b57970bbc550355e (patch) | |
tree | b10a68c3152f998c5de50a7ed9f1bfb18a622e6b /lynx.cfg | |
parent | 753bdc89883fa43ff68ac89880aa06d5b9e7251f (diff) | |
download | lynx-snapshots-043745f9329c2bc33b8e6282b57970bbc550355e.tar.gz |
snapshot of project "lynx", label v2-8-1pre_9
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/lynx.cfg b/lynx.cfg index 44dca364..6e5816e8 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -69,7 +69,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # buffer of previously entered goto URLs can still be invoked via the # Up-Arrow or Down-Arrow keys after entering the 'g'oto command. # -#GOTOBUFFER:FALSE +#GOTOBUFFER:TRUE # JUMP_PROMPT is the default statusline prompt for jumps files (see below). # You can change the prompt here from that defined in userdefs.h. Any @@ -118,7 +118,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # ':' can be used as a target to invoke the goto URL buffer (as if 'g'oto # followed by Up-Arrow had been entered). # -#JUMPBUFFER:FALSE +#JUMPBUFFER:TRUE # If SAVE_SPACE is defined, it will be used as a path prefix for the # suggested filename in "Save to Disk" operations from the 'p'rint or @@ -394,14 +394,14 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # Display partial pages while downloading #PARTIAL:TRUE -# Set the threshold # of lines Lynx must render before it +# Set the threshold # of lines Lynx must render before it # redraws the screen in PARTIAL mode. Anything < 0 implies -# use the screen size. -#PARTIAL_THRES:-1 +# use the screen size. +#PARTIAL_THRES:-1 -# While getting large files, Lynx shows the approximate rate of -# transfer. Set this to change the units shown (true for KB/sec, -# and false for bytes/sec). +# While getting large files, Lynx shows the approximate rate of transfer. +# Set this to change the units shown: +# TRUE for KB/sec or FALSE for bytes/sec: default is TRUE. #SHOW_KB_RATE:TRUE # The following three definitions set the number of seconds for @@ -451,7 +451,13 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # 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 +#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 @@ -1206,7 +1212,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # prefer the more conservative action of requiring an explicit Y or y to # confirm. The default defined here will override that in userdefs.h. # -#QUIT_DEFAULT_YES:TRUE +#QUIT_DEFAULT_YES:FALSE # If HISTORICAL_COMMENTS is TRUE, Lynx will revert to the "Historical" # behavior of treating any '>' as a terminator for comments, instead of |