diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-13 11:46:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-13 11:46:01 -0500 |
commit | a2e9461739dd215db90a5cee2c22a74e5f57d151 (patch) | |
tree | 20951eebb27137ae8f33e7231ac22511ce7671b1 /lynx.cfg | |
parent | 8bccca15371c1bee770ef51f389a915b4ef4e417 (diff) | |
download | lynx-snapshots-a2e9461739dd215db90a5cee2c22a74e5f57d151.tar.gz |
snapshot of project "lynx", label v2-8-2dev_13
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg index 4f330475..458b56fc 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -220,6 +220,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # =========================== ========= # 7 bit approximations (US-ASCII) us-ascii # Western (ISO-8859-1) iso-8859-1 +# Western (ISO-8859-15) iso-8859-15 # Western (cp850) cp850 # Western (windows-1252) windows-1252 # IBM PC US codepage (cp437) cp437 @@ -1600,6 +1601,8 @@ MINIMAL_COMMENTS:TRUE #KEYMAP:^T:TRACE_TOGGLE # Toggle tracing of browser operations #KEYMAP:*:IMAGE_TOGGLE # Toggle inclusion of links for all images #KEYMAP:[:INLINE_TOGGLE # Toggle pseudo-ALTs for inlines with no ALT string +#*** Must be compiled with USE_EXTERNALS to enable EXTERN *** +#KEYMAP:.:EXTERN # Run external program with url #KEYMAP:0x00:DO_NOTHING # Does nothing (ignore this key) # If TOGGLE_HELP is mapped, in novice mode the second help menu line |