diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-10-25 18:35:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-10-25 18:35:30 -0400 |
commit | 5b28849589e7577a222685852b8601a1e7568726 (patch) | |
tree | cce74bbe5bf3c32f82c79a94c22eb29ca458c6ee /lynx.cfg | |
parent | c16270eee5ad3c6a3b992a9684ff8bd60e60de96 (diff) | |
download | lynx-snapshots-5b28849589e7577a222685852b8601a1e7568726.tar.gz |
snapshot of project "lynx", label v2-8-4dev_12
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lynx.cfg b/lynx.cfg index 57ceb5a1..22a5633e 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -603,7 +603,11 @@ 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 for KB/sec or FALSE for bytes/sec: default is TRUE. +# 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. #SHOW_KB_RATE:TRUE |