diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lynx.cfg b/lynx.cfg index f69a33d4..d2fd94a2 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,4 +1,4 @@ -# $LynxId: lynx.cfg,v 1.172 2009/03/18 00:33:22 tom Exp $ +# $LynxId: lynx.cfg,v 1.173 2009/04/07 00:18:25 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) @@ -730,6 +730,7 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ .h2 INFOSECS .h2 MESSAGESECS .h2 ALERTSECS +.h2 NO_PAUSE # The following definitions set the number of seconds for # pauses following statusline messages that would otherwise be # replaced immediately, and are more important than the unpaused @@ -746,9 +747,13 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ # SVr4-curses implementations support time delays in milliseconds, # hence the value may be given shorter, e.g., 0.5 # +# Use the NO_PAUSE option (like the command-line -nopause) to override +# all of the delay times. +# #INFOSECS:1 #MESSAGESECS:2 #ALERTSECS:3 +#NO_PAUSE:FALSE .h2 DEBUGSECS # Set DEBUGSECS to a nonzero value to slow down progress messages @@ -1400,9 +1405,9 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ # enough for reasonable usage; if they are very high, some sites may present # undue performance waste. # -#max_cookies_domain:50 -#max_cookies_global:500 -#max_cookies_buffer:4096 +#MAX_COOKIES_DOMAIN:50 +#MAX_COOKIES_GLOBAL:500 +#MAX_COOKIES_BUFFER:4096 .h2 PERSISTENT_COOKIES # PERSISTENT_COOKIES indicates that cookies should be read at startup from @@ -3440,6 +3445,7 @@ COLOR:6:brightred:black #ENABLE_LYNXRC:make_links_for_all_images:OFF #ENABLE_LYNXRC:make_pseudo_alts_for_inlines:OFF #ENABLE_LYNXRC:multi_bookmark:ON +#ENABLE_LYNXRC:no_pause:OFF #ENABLE_LYNXRC:personal_mail_address:ON #ENABLE_LYNXRC:preferred_charset:ON #ENABLE_LYNXRC:preferred_encoding:OFF |