diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-04 16:57:56 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-04 16:57:56 -0400 |
commit | 5d4274cacfd5304314b484a46475d3df53bdfb6d (patch) | |
tree | d30b16b0c308b6fc2af8fe97f689095e6a8f8293 /lynx.cfg | |
parent | 24efd81edda1e797719e0f4eb231604d9b273dad (diff) | |
download | lynx-snapshots-5d4274cacfd5304314b484a46475d3df53bdfb6d.tar.gz |
snapshot of project "lynx", label v2-8-1pre_7
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/lynx.cfg b/lynx.cfg index c7509789..44dca364 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -256,6 +256,9 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # RFC 1345 Mnemonic mnemonic # Transparent x-transparent # +# The value should be the MIME name of a character set recognized by +# Lynx (case insensitive). +# #CHARACTER_SET:iso-8859-1 # ASSUME_CHARSET changes the handling of documents which do not @@ -268,8 +271,6 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # Character Set. # ASSUME_CHARSET can also be changed via the 'o'ptions menu but will # not be saved as permanent value in user's .lynxrc file to avoid more chaos. -# The value should be the MIME name of a character set recognized by -# Lynx (case insensitive). # #ASSUME_CHARSET:iso-8859-1 @@ -277,8 +278,8 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # files. If no setting is given here or by an -assume_local_charset # command line option, the value for ASSUME_CHARSET or -assume_charset # is used. It works for both text/plain and text/html files. -# This option may interfere with "raw mode" toggling when local files -# are viewed (it is "stronger" than "assume_charset" or the effective change +# This option will ignore "raw mode" toggling when local files are viewed +# (it is "stronger" than "assume_charset" or the effective change # of the charset assumption caused by changing "raw mode"), # so only use when necessary. # @@ -392,15 +393,12 @@ 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 -# redraws the screen. Anything < 0 implies use the screen -# size. +# redraws the screen in PARTIAL mode. Anything < 0 implies +# use the screen size. #PARTIAL_THRES:-1 -# Minimum lines amount for first redisplay in PARTIAL mode -# (0 - wait for complete screen by default). -#PARTIAL_MIN_LINES:0 - # 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). |