diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-04-18 20:30:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-04-18 20:30:00 -0400 |
commit | 84271e583d80f546251ea914a33f8c537fddbac7 (patch) | |
tree | c819869cda13abc7b46a47aa7e860f2dbf0c7626 /lynx.cfg | |
parent | af9be28bc2701ea448898282942bd5b957439f18 (diff) | |
download | lynx-snapshots-84271e583d80f546251ea914a33f8c537fddbac7.tar.gz |
snapshot of project "lynx", label v2-8-1dev_6
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lynx.cfg b/lynx.cfg index 500da747..cff38277 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -371,13 +371,13 @@ 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. +# [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 - +# 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). @@ -964,9 +964,6 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html #PRINTER:Office printer:lpr -POffprt %s:TRUE #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58 #PRINTER:Busy VMS printer:@Lynx_Dir\:VMSPrint sys$print %s:FALSE:58 -# Check out the lpansi program in utils/ for printing on vt100 -# attached printers. -#PRINTER:Use vt100 print sequence to print from your local terminal:lpansi %s:TRUE # Don't use the following printer on anonymous accounts since # allowing shell input is very dangerous. #PRINTER:Specify your own print command:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE |