diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-27 02:52:48 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-27 02:52:48 -0500 |
commit | 4bb52da7b05bb0a4331325010be89a0c630f671c (patch) | |
tree | c5c252f662ff4ef165925f6f6d0419d285a01f92 /lynx.cfg | |
parent | affaa4f761ddf2c0edce3e00f3a989a0ef8a44d8 (diff) | |
download | lynx-snapshots-4bb52da7b05bb0a4331325010be89a0c630f671c.tar.gz |
snapshot of project "lynx", label v2-8-4dev_19
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lynx.cfg b/lynx.cfg index 9d76b0af..852658f1 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -603,11 +603,12 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html .h2 SHOW_KB_RATE # While getting large files, Lynx shows the approximate rate of transfer. # Set this to change the units shown: -# TRUE or KB for KB/sec. -# FALSE or BYTES for bytes/sec. -# KB,ETA to show KB/sec with estimated completion time. -# BYTES,ETA to show BYTES/sec with estimated completion time. -# NONE to disable the display of transfer rate altogether. +# NONE to disable the display of transfer rate altogether. +# TRUE or KB for KB/sec. +# FALSE or BYTES for bytes/sec. +# KB,ETA to show KB/sec with estimated completion time. +# BYTES,ETA to show BYTES/sec with estimated completion time. +# Note that the "ETA" values are available if EXP_READPROGRESS was defined. #SHOW_KB_RATE:TRUE |