about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-07-02 00:15:34 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-07-02 00:15:34 +0000
commit35787b45f4cbf08d6e4d913e859a39a4e4369766 (patch)
tree01ee977a699ad9f78393fca6bef3888bc707b715 /lynx_help/keystrokes
parent811be0812233351687f2215e264eeb886a2a0060 (diff)
downloadlynx-snapshots-35787b45f4cbf08d6e4d913e859a39a4e4369766.tar.gz
snapshot of project "lynx", label v2-9-0dev_6l
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r--lynx_help/keystrokes/alt_edit_help.html26
-rw-r--r--lynx_help/keystrokes/bashlike_edit_help.html24
-rw-r--r--lynx_help/keystrokes/bookmark_help.html12
-rw-r--r--lynx_help/keystrokes/cookie_help.html9
-rw-r--r--lynx_help/keystrokes/dired_help.html9
-rw-r--r--lynx_help/keystrokes/edit_help.html30
-rw-r--r--lynx_help/keystrokes/environments.html39
-rw-r--r--lynx_help/keystrokes/follow_help.html20
-rw-r--r--lynx_help/keystrokes/gopher_types_help.html13
-rw-r--r--lynx_help/keystrokes/history_help.html9
-rw-r--r--lynx_help/keystrokes/keystroke_help.html18
-rw-r--r--lynx_help/keystrokes/movement_help.html13
-rw-r--r--lynx_help/keystrokes/option_help.html19
-rw-r--r--lynx_help/keystrokes/other_help.html10
-rw-r--r--lynx_help/keystrokes/print_help.html9
-rw-r--r--lynx_help/keystrokes/scrolling_help.html18
-rw-r--r--lynx_help/keystrokes/test_display.html13
-rw-r--r--lynx_help/keystrokes/visited_help.html12
-rw-r--r--lynx_help/keystrokes/xterm_help.html9
19 files changed, 118 insertions, 194 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html
index 6f35b7fd..63f1044f 100644
--- a/lynx_help/keystrokes/alt_edit_help.html
+++ b/lynx_help/keystrokes/alt_edit_help.html
@@ -1,11 +1,9 @@
-<!-- $LynxId: alt_edit_help.html,v 1.20 2018/03/01 01:46:17 tom Exp $ -->
+<!-- $LynxId: alt_edit_help.html,v 1.21 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Line Editor Alternative Key Binding</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <link rel="Sibling" title="Default Binding" href=
@@ -16,15 +14,13 @@
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Describes an alternative set of line editor bindings for Lynx. This is one of the alternate bindings normally compiled-in">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
       <li><a href="#overview">Overview</a></li>
 
-      <li><a href="#alternate_bindings">Table of
-      key-bindings</a></li>
+      <li><a href="#alternate_bindings">Table of key-bindings</a></li>
 
       <li><a href="#notes">Notes</a></li>
     </ul>
@@ -49,6 +45,7 @@
   key-bindings</a></h2>
 
   <p>This is the <em>Alternative Binding</em> keymap.</p>
+
   <pre>
      ENTER  Input complete        -  RETURN
      TAB    Input complete        -  TAB, Do
@@ -81,9 +78,9 @@
           Insert file in textarea - Ctrl-X i
           Grow textarea           - Ctrl-X g
 </pre>
-
   <h2><a name="emacs_bindings" id="emacs_bindings">Emacs-like
   commands</a></h2>
+
   <pre>
     TPOS    Transpose characters                   -  Ctrl-t
     SETMARK Set mark at current position in line   -  Ctrl-@
@@ -91,23 +88,22 @@
     KILLREG Kill region between mark and position  -  Ctrl-x Ctrl-w (<em><a href="#note_3">see note 3</a></em>)
     YANK    Insert text last killed (with KILLREG) -  Ctrl-y
 </pre>
-
   <h2><a name="examples" id="examples">Try it yourself</a></h2>
 
   <p>Here is a little textarea for practice:</p>
 
   <form action="">
     <p>
-    <textarea name="practice" cols="40" rows="5">
-This text cannot be submitted.  Normally lines like
+    <textarea name="practice" cols="40" rows=
+    "5">This text cannot be submitted.  Normally lines like
 these would be part of a form that is filled out and
 then submitted.  You can move around here and delete
 or add text as you like, using the Line-Editor keys.
-</textarea><input type="reset" value="[reset content]"></p>
+</textarea><input type="reset" value="[reset content]">
+    </p>
   </form>
 
-  <h2><a name="special_keys" id="special_keys">Special
-  keys</a></h2>
+  <h2><a name="special_keys" id="special_keys">Special keys</a></h2>
 
   <p>See the <em><a href="edit_help.html#special_keys">Lynx Line
   Editor</a></em> page for an explanation of terminology and
diff --git a/lynx_help/keystrokes/bashlike_edit_help.html b/lynx_help/keystrokes/bashlike_edit_help.html
index 333c8160..621e3e08 100644
--- a/lynx_help/keystrokes/bashlike_edit_help.html
+++ b/lynx_help/keystrokes/bashlike_edit_help.html
@@ -1,11 +1,9 @@
-<!-- $LynxId: bashlike_edit_help.html,v 1.21 2018/03/01 01:54:48 tom Exp $ -->
+<!-- $LynxId: bashlike_edit_help.html,v 1.22 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Line Editor Bash-Like Key Binding</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <link rel="Sibling" title="Default Binding" href=
@@ -16,8 +14,7 @@
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Describes the bash-like line editor bindings for Lynx. This is one of the alternate bindings normally compiled-in">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -60,6 +57,7 @@
   bindings</a></h2>
 
   <p>This is the <em>Bash-like Binding</em> keymap.</p>
+
   <pre>
      ENTER  Input complete        -  Enter, RETURN
      TAB    Completion / Next     -  TAB, Do (<em><a href=
@@ -97,23 +95,24 @@
      PASS!  Insert file in textarea - Ctrl-x i
      PASS!  Grow textarea           - Ctrl-x g
 </pre>
-
   <h2><a name="examples" id="examples">Try it yourself</a></h2>
 
   <p>Here is a little textarea for practice:</p>
 
   <form action="">
     <p>
-    <textarea name="practice" cols="40" rows="5">
-This text cannot be submitted.  Normally lines like
+    <textarea name="practice" cols="40" rows=
+    "5">This text cannot be submitted.  Normally lines like
 these would be part of a form that is filled out and
 then submitted.  You can move around here and delete
 or add text as you like, using the Line-Editor keys.
-</textarea><input type="reset" value="[reset content]"></p>
+</textarea><input type="reset" value="[reset content]">
+    </p>
   </form>
 
   <h2><a name="emacs_bindings" id="emacs_bindings">Emacs-like
   commands</a></h2>
+
   <pre>
     TPOS    Transpose characters                   -  Ctrl-t
     SETMARK Set mark at current position in line   -  Ctrl-@
@@ -121,9 +120,7 @@ or add text as you like, using the Line-Editor keys.
     KILLREG Kill region between mark and position  -  Ctrl-x Ctrl-w (<em><a href="#note_3">see note 3</a></em>)
     YANK    Insert text last killed (with KILLREG) -  Ctrl-y
 </pre>
-
-  <h2><a name="special_keys" id="special_keys">Special
-  keys</a></h2>
+  <h2><a name="special_keys" id="special_keys">Special keys</a></h2>
 
   <p>See the <em><a href="edit_help.html#special_keys">Lynx Line
   Editor</a></em> page for an explanation of terminology and
@@ -182,6 +179,7 @@ or add text as you like, using the Line-Editor keys.
 
   <p>Here are some additional details on other keys, for the
   curious (very much subject to change)</p>
+
   <pre>
 Normal key action when used in form fields, subject to remapping
 with KEYMAP: [FORM (except Up-Arrow, Down-Arrow)]
diff --git a/lynx_help/keystrokes/bookmark_help.html b/lynx_help/keystrokes/bookmark_help.html
index 9eeb055b..87d85916 100644
--- a/lynx_help/keystrokes/bookmark_help.html
+++ b/lynx_help/keystrokes/bookmark_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: bookmark_help.html,v 1.10 2017/04/28 21:27:36 tom Exp $ -->
+<!-- $LynxId: bookmark_help.html,v 1.11 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Bookmark Help Summary</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx stores Bookmark files on your local machine. You can update these from within Lynx, or with a text editor">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -21,8 +18,7 @@
 
       <li><a href="#internal_edit">Updating within Lynx</a></li>
 
-      <li><a href="#external_edit">Updating with a text
-      editor</a></li>
+      <li><a href="#external_edit">Updating with a text editor</a></li>
     </ul>
   </div>
 
diff --git a/lynx_help/keystrokes/cookie_help.html b/lynx_help/keystrokes/cookie_help.html
index 7ec6088c..80e01d6a 100644
--- a/lynx_help/keystrokes/cookie_help.html
+++ b/lynx_help/keystrokes/cookie_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: cookie_help.html,v 1.11 2017/04/28 21:32:43 tom Exp $ -->
+<!-- $LynxId: cookie_help.html,v 1.12 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on the Cookie Jar Page</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx provides a page show shows information about all of the unexpired cookies, including their fully qualified domain name, expiration time and name/value pairs.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
diff --git a/lynx_help/keystrokes/dired_help.html b/lynx_help/keystrokes/dired_help.html
index 51a169dc..f3e7e05a 100644
--- a/lynx_help/keystrokes/dired_help.html
+++ b/lynx_help/keystrokes/dired_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: dired_help.html,v 1.11 2017/04/28 21:36:59 tom Exp $ -->
+<!-- $LynxId: dired_help.html,v 1.12 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Dired-mode Key Bindings</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx's dired-mode allows you to browse for file-URLs. This describes the key-bindings for dired-mode.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html
index 61defd58..42d3e8aa 100644
--- a/lynx_help/keystrokes/edit_help.html
+++ b/lynx_help/keystrokes/edit_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: edit_help.html,v 1.29 2018/03/01 01:54:21 tom Exp $ -->
+<!-- $LynxId: edit_help.html,v 1.30 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Line Editor Default Key Binding</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
-  " Describes Lynx's built-in line-editor, when it is used, and the keys used for the default binding. There are alternate and special bindings.">
-  </head>
-
+  "Describes Lynx's built-in line-editor, when it is used, and the keys used for the default binding. There are alternate and special bindings.">
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -63,6 +60,7 @@
   Keymap</a></h2>
 
   <p>This is the <em>Default Binding</em> keymap:</p>
+
   <pre>
      ENTER  Input complete        -  RETURN
      TAB    Input complete        -  TAB, Do
@@ -89,21 +87,21 @@
      LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only) (<em><a href="#note_2">see note 2</a></em>)
      SWMAP  Switch input keymap   -  Ctrl-^ (if compiled in)
 </pre>
-
   <h2><a name="editing_keymap" id="editing_keymap">Editing
   Keymap</a></h2>
 
   <p><a name="TASpecial" id="TASpecial">These are special commands
   for use only in textarea fields</a> (<em><a href="#note_3">see
   note 3</a></em>):</p>
+
   <pre>
           Textarea external edit  - Ctrl-X e
           Insert file in textarea - Ctrl-X i
           Grow textarea           - Ctrl-X g
 </pre>
-
   <h2><a name="emacs_bindings" id="emacs_bindings">Emacs-like
   commands</a></h2>
+
   <pre>
     TPOS    Transpose characters                   -  Ctrl-t
     SETMARK Set mark at current position in line   -  Ctrl-@
@@ -111,23 +109,22 @@
     KILLREG Kill region between mark and position  -  Ctrl-x Ctrl-w (<em><a href="#note_3">see note 3</a></em>)
     YANK    Insert text last killed (with KILLREG) -  Ctrl-y
 </pre>
-
   <h2><a name="examples" id="examples">Try it yourself</a></h2>
 
   <p>Here is a little textarea for practice:</p>
 
   <form action="">
     <p>
-    <textarea name="practice" cols="40" rows="5">
-This text cannot be submitted.  Normally lines like
+    <textarea name="practice" cols="40" rows=
+    "5">This text cannot be submitted.  Normally lines like
 these would be part of a form that is filled out and
 then submitted.  You can move around here and delete
 or add text as you like, using the Line-Editor keys.
-</textarea><input type="reset" value="[reset content]"></p>
+</textarea><input type="reset" value="[reset content]">
+    </p>
   </form>
 
-  <h2><a name="special_keys" id="special_keys">Special
-  keys</a></h2>
+  <h2><a name="special_keys" id="special_keys">Special keys</a></h2>
 
   <p><samp><dfn>Ctrl-</dfn><strong>key</strong> means
   Control+<strong><kbd>key</kbd></strong>.
@@ -135,7 +132,8 @@ or add text as you like, using the Line-Editor keys.
   Control+<kbd>x</kbd>, then <strong><kbd>key</kbd></strong>.
   <dfn>M-</dfn>key means Meta+<strong><kbd>key</kbd></strong>,
   where Meta is a modifier that can be entered in a variety of
-  ways:</samp></p>
+  ways:</samp>
+  </p>
 
   <ul>
     <li>First ESC, then the <strong><kbd>key</kbd></strong>. This
diff --git a/lynx_help/keystrokes/environments.html b/lynx_help/keystrokes/environments.html
index babf0a7a..1d7245a3 100644
--- a/lynx_help/keystrokes/environments.html
+++ b/lynx_help/keystrokes/environments.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: environments.html,v 1.21 2017/04/28 22:16:55 tom Exp $ -->
+<!-- $LynxId: environments.html,v 1.22 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on Lynx's Environment variables</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Describes environment variables used by Lynx. Some are specific to Lynx, others are common with similar programs.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -21,8 +18,7 @@
 
       <li><a href="#env">Variables Used By Lynx</a></li>
 
-      <li><a href="#setenv">Variables Set or Modified By
-      Lynx</a></li>
+      <li><a href="#setenv">Variables Set or Modified By Lynx</a></li>
 
       <li><a href="#cgi">Simulated CGI Support</a></li>
 
@@ -34,8 +30,8 @@
     </ul>
   </div>
 
-  <h2><a name="overview" id="overview">Environment
-  Variables</a></h2>
+  <h2><a name="overview" id="overview">Environment Variables</a></h2>
+
   <pre>
        In addition to various  &ldquo;standard&rdquo;  environment  variables
        such as HOME, PATH, USER, DISPLAY, TMPDIR, etc, <strong>Lynx</strong> utilizes
@@ -55,8 +51,8 @@
 "#dos">win32/dos</a> specific
        variables.
 </pre>
-
   <h2><a name="env" id="env">Variables Used By Lynx</a></h2>
+
   <pre>
        COLORTERM
                            If set, color capability for the terminal
@@ -182,9 +178,9 @@
                            the default startup URL  specified  in
                            any of the <strong>Lynx</strong> configuration files.
 </pre>
-
   <h2><a name="setenv" id="setenv">Variables Set or Modified By
   Lynx</a></h2>
+
   <pre>
        LYNX_PRINT_DATE     This  variable  is  set  by  the  <strong>Lynx</strong>
                            p(rint) function, to the &ldquo;Date:&rdquo;  string
@@ -256,7 +252,6 @@
                            the LINES and/or  COLUMNS  environment
                            variables may also be changed.
 </pre>
-
   <h2><a name="cgi" id="cgi">Simulated CGI Support</a></h2>
 
   <p>If built with the cgi-links option enabled,
@@ -266,6 +261,7 @@
   <p>When executing such &ldquo;lynxcgi scripts&rdquo; (if
   enabled), the following variables may be set for simulating a CGI
   environment:</p>
+
   <pre>
        CONTENT_LENGTH
 
@@ -293,7 +289,6 @@
 
        SERVER_SOFTWARE
 </pre>
-
   <p>Other environment variables are not inherited by the script,
   unless they are provided via a LYNXCGI_ENVIRONMENT statement in
   the configuration file. See the lynx.cfg file, and the (draft)
@@ -305,8 +300,7 @@
   should be consulted for general information on CGI script
   programming.</p>
 
-  <h2><a name="language" id="language">Native Language
-  Support</a></h2>
+  <h2><a name="language" id="language">Native Language Support</a></h2>
 
   <p>If configured and installed with Native Language Support,
   <strong>Lynx</strong> will display status and other messages in
@@ -316,6 +310,7 @@
 
   <p>The following environment variables may be used to alter
   default settings:</p>
+
   <pre>
        LANG                This variable, if set,  will  override
                            the  default  message language.  It is
@@ -344,9 +339,7 @@
        NLSPATH             This variable, if set, is used as  the
                            path prefix for message catalogs.
 </pre>
-
-  <h2><a name="proxy" id="proxy">Proxy details and
-  examples</a></h2>
+  <h2><a name="proxy" id="proxy">Proxy details and examples</a></h2>
 
   <p>To set your site's NTTP server as the default host for news
   reading and posting via <strong>Lynx</strong>, set the
@@ -520,18 +513,18 @@ define "no_proxy" "host.domain.dom, domain1.dom, domain2"
   put a line like this in your AUTOEXEC.BAT file also &ldquo;SET
   SHELL=C:\COMMAND.COM /E:2048&rdquo;. It should match
   CONFIG.SYS.</p>
+
   <pre>
     HOME         Where to keep the bookmark file and personal config files.
     TEMP or TMP  Bookmarks are kept here with no HOME.  Temp files here.
     USER         Set to your login name
     LYNX_CFG     Set to the full path and filename for lynx.cfg
 </pre>
-
   <p>386 version only:<br></p>
+
   <pre>
     WATTCP.CFG   Set to the full path for the WATTCP.CFG directory
 </pre>
-
   <p>(Depending on how you compiled libtcp.a, you may have to use
   WATCONF.)</p>
 
@@ -539,6 +532,7 @@ define "no_proxy" "host.domain.dom, domain1.dom, domain2"
   <strong>Lynx</strong>. For example, if your application line is
   &ldquo;D:\win32\lynx.bat&rdquo;, lynx.bat for Win32 may look
   like:</p>
+
   <pre>
         @ECHO OFF
         set home=d:\win32
@@ -546,8 +540,8 @@ define "no_proxy" "host.domain.dom, domain1.dom, domain2"
         set lynx_cfg=d:\win32\lynx.cfg
         d:\win32\lynx.exe %1 %2 %3 %4 %5
 </pre>
-
   <p>In lynx_386, a typical batch file might look like:</p>
+
   <pre>
         @echo off
         set HOME=f:/lynx2-8
@@ -556,7 +550,6 @@ define "no_proxy" "host.domain.dom, domain1.dom, domain2"
         set WATTCP.CFG=%HOME%
         f:\lynx2-8\lynx %1 %2 %3 %4 %5 %6 %7 %8 %9
 </pre>
-
   <p>You will also need to make sure that the WATTCP.CFG file has
   the correct information for IP number, Gateway, Netmask, and
   Domain Name Server. This can also be automated in the batch
diff --git a/lynx_help/keystrokes/follow_help.html b/lynx_help/keystrokes/follow_help.html
index b9648c4b..1c9ca084 100644
--- a/lynx_help/keystrokes/follow_help.html
+++ b/lynx_help/keystrokes/follow_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: follow_help.html,v 1.16 2017/04/28 21:42:43 tom Exp $ -->
+<!-- $LynxId: follow_help.html,v 1.17 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on the Follow link (or page) number feature</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
-  " Lynx allows the user to select a link using a single-digit shortcut. There are several configuration choices which apply to this feature.">
-  </head>
-
+  "Lynx allows the user to select a link using a single-digit shortcut. There are several configuration choices which apply to this feature.">
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -45,7 +42,8 @@
 
     <li><em>Form fields are numbered</em>, or</li>
 
-    <li><em>Links and form fields are numbered</em></li>
+    <li><em>Links and form fields are numbered</em>
+    </li>
   </ul>
 
   <p>Entering a keyboard or keypad number is treated as an
@@ -54,8 +52,7 @@
   potentially multiple digit number corresponding to an indicated
   link number.</p>
 
-  <h2><a name="numbering" id="numbering">Zero and other
-  digits</a></h2>
+  <h2><a name="numbering" id="numbering">Zero and other digits</a></h2>
 
   <p>The prompt can be invoked via typing a zero (<em>0</em>), but
   it will not be treated as the lead digit for the number entry,
@@ -206,8 +203,7 @@
   turned off, the option numbers will not appear on screen, but the
   user can still navigate using these commands.</p>
 
-  <h2><a name="hidden_links" id="hidden_links">Hidden
-  Links</a></h2>
+  <h2><a name="hidden_links" id="hidden_links">Hidden Links</a></h2>
 
   <p>HTML can be structured so that it includes <em>hidden
   links</em>, i.e., without a visible link name intended for
diff --git a/lynx_help/keystrokes/gopher_types_help.html b/lynx_help/keystrokes/gopher_types_help.html
index 2f5c16ec..ac6b0903 100644
--- a/lynx_help/keystrokes/gopher_types_help.html
+++ b/lynx_help/keystrokes/gopher_types_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: gopher_types_help.html,v 1.12 2017/04/28 20:47:13 tom Exp $ -->
+<!-- $LynxId: gopher_types_help.html,v 1.13 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Listing of Gopher types</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "This is a list of the file-types which are known to Lynx in its gopher interface.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -21,8 +18,7 @@
     </ul>
   </div>
 
-  <h2><a name="overview" id="overview">Listing of Gopher
-  types</a></h2>
+  <h2><a name="overview" id="overview">Listing of Gopher types</a></h2>
 
   <dl>
     <dt>(FILE)</dt>
@@ -42,7 +38,6 @@
 
     <dd>
       A binary file with one of the following meanings
-
       <ul>
         <li>A Binary file with PC extensions</li>
 
diff --git a/lynx_help/keystrokes/history_help.html b/lynx_help/keystrokes/history_help.html
index b3992cce..62f45dff 100644
--- a/lynx_help/keystrokes/history_help.html
+++ b/lynx_help/keystrokes/history_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: history_help.html,v 1.9 2017/04/28 21:44:00 tom Exp $ -->
+<!-- $LynxId: history_help.html,v 1.10 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on the History Page</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx provides a history page, showing all of the links which have been traversed to reach the current point. The user can revisit any of these links.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
diff --git a/lynx_help/keystrokes/keystroke_help.html b/lynx_help/keystrokes/keystroke_help.html
index 0191b69b..68043ffb 100644
--- a/lynx_help/keystrokes/keystroke_help.html
+++ b/lynx_help/keystrokes/keystroke_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: keystroke_help.html,v 1.21 2017/04/28 21:52:57 tom Exp $ -->
+<!-- $LynxId: keystroke_help.html,v 1.22 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on Lynx Keystroke Commands</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx recognizes many single-character commands. This is an overview to their default bindings, with links to more detailed documentation.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -37,6 +34,7 @@
 
   <h2><a name="movement" href="movement_help.html" id=
   "movement">Movement</a></h2>
+
   <pre>
        Down arrow     - Highlight next topic
        Up arrow       - Highlight previous topic
@@ -44,9 +42,9 @@
        Return, Enter  - Follow selected link
        Left arrow     - Return to previous topic
 </pre>
-
   <h2><a name="scrolling" href="scrolling_help.html" id=
   "scrolling">Scrolling</a></h2>
+
   <pre>
        +              - Scroll down to next page (Page-Down)
        -              - Scroll up to previous page (Page-Up)
@@ -66,9 +64,8 @@
        &gt;              - Go to the next link in the current column
        #              - Go to Toolbar or Banner in the current document
 </pre>
+  <h2><a name="dired" href="dired_help.html" id="dired">Dired</a></h2>
 
-  <h2><a name="dired" href="dired_help.html" id=
-  "dired">Dired</a></h2>
   <pre>
        c              - Create a new file
        d              - Download selected file
@@ -79,9 +76,8 @@
        t              - Tag highlighted file
        u              - Upload a file into the current directory
 </pre>
+  <h2><a name="other" href="other_help.html" id="other">Other</a></h2>
 
-  <h2><a name="other" href="other_help.html" id=
-  "other">Other</a></h2>
   <pre>
        ? (or h)       - Help (this screen)
        a              - Add the current link to a bookmark file
diff --git a/lynx_help/keystrokes/movement_help.html b/lynx_help/keystrokes/movement_help.html
index 60d29165..1ba648e3 100644
--- a/lynx_help/keystrokes/movement_help.html
+++ b/lynx_help/keystrokes/movement_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: movement_help.html,v 1.10 2017/04/28 21:55:16 tom Exp $ -->
+<!-- $LynxId: movement_help.html,v 1.11 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on Lynx Movement commands</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
-  " These are the Lynx keystroke-movement commands which are usable in all non-editing contexts, for traversing links.">
-  </head>
-
+  "These are the Lynx keystroke-movement commands which are usable in all non-editing contexts, for traversing links.">
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -29,6 +26,7 @@
   "keystroke_help.html#movement">keystroke-movement</a> commands
   which are usable in all non-editing contexts, for traversing
   links.</p>
+
   <pre>
         Down arrow,    -  Move to the next hypertext link,
         TAB               or scroll down if there are no more
@@ -45,7 +43,6 @@
         Left arrow     -  Retreat from a link.  Go back to the
                           previous topic.
 </pre>
-
   <h2><a name="notes" id="notes">Notes</a></h2>
 
   <ol>
diff --git a/lynx_help/keystrokes/option_help.html b/lynx_help/keystrokes/option_help.html
index e652a767..3138572b 100644
--- a/lynx_help/keystrokes/option_help.html
+++ b/lynx_help/keystrokes/option_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: option_help.html,v 1.33 2020/01/21 21:56:41 tom Exp $ -->
+<!-- $LynxId: option_help.html,v 1.34 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Form-based Options Menu : Help</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx's options menu allows you to set and modify many features. Some features persist only during the current session unless specially enabled in lynx.cfg">
-  </head>
-
+</head>
 <body>
   <h2><a name="overview" id="overview">Options Menu</a></h2>
 
@@ -31,7 +28,6 @@
 
       <li>
         <a href="#GP">General Preferences</a>
-
         <ul>
           <li><a href="#UM">User Mode</a></li>
 
@@ -43,7 +39,6 @@
 
       <li>
         <a href="#SP">Security and Privacy</a>
-
         <ul>
           <li><a href="#CK">Cookies</a></li>
 
@@ -55,7 +50,6 @@
 
       <li>
         <a href="#KI">Keyboard Input</a>
-
         <ul>
           <li><a href="#KM">Keypad mode</a></li>
 
@@ -69,7 +63,6 @@
 
       <li>
         <a href="#DP">Display and Character Set</a>
-
         <ul>
           <li><a href="#LC">Use locale-based character set</a></li>
 
@@ -87,7 +80,6 @@
 
       <li>
         <a href="#AP">Document Appearance</a>
-
         <ul>
           <li><a href="#SC">Show color</a></li>
 
@@ -116,7 +108,6 @@
 
       <li>
         <a href="#HP">Headers Transferred to Remote Servers</a>
-
         <ul>
           <li><a href="#PM">Personal mail address</a></li>
 
@@ -140,7 +131,6 @@
 
       <li>
         <a href="#LP">Listing and Accessing Files</a>
-
         <ul>
           <li><a href="#PF">Use Passive FTP</a></li>
 
@@ -161,7 +151,6 @@
       </li>
 
       <li>Special Files and Screens
-
         <ul>
           <li><a href="#MB">Multi-bookmarks</a></li>
 
@@ -500,12 +489,12 @@
 
   <p>This option combines the effects of the &ldquo;*&rdquo; &amp;
   &ldquo;[&rdquo; keys as follows:</p>
+
   <pre>
      <em>ignore</em> all images which lack an ALT= text string,
      <em>show labels</em>, e.g. [INLINE] &mdash; see &ldquo;Verbose Images&rdquo; below &mdash; ,
      <em>use links</em> for every image, enabling downloading.
 </pre>
-
   <p>This option setting cannot be saved between sessions. See
   <a href="../Lynx_users_guide.html#Images">Users Guide</a> &amp;
   <em>lynx.cfg</em> for more details.</p>
diff --git a/lynx_help/keystrokes/other_help.html b/lynx_help/keystrokes/other_help.html
index a33cb406..8202bd3f 100644
--- a/lynx_help/keystrokes/other_help.html
+++ b/lynx_help/keystrokes/other_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: other_help.html,v 1.18 2017/04/28 21:57:13 tom Exp $ -->
+<!-- $LynxId: other_help.html,v 1.19 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on Miscellaneous Lynx Commands</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "This is a table listing with brief descriptions miscellaneous Lynx commands, along with links to related topics">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -23,6 +20,7 @@
 
   <h2><a name="command_list" id="command_list">Summary of
   Commands</a></h2>
+
   <pre>
        a      - Places the link that you are currently positioned
                 on into a personal <a href=
diff --git a/lynx_help/keystrokes/print_help.html b/lynx_help/keystrokes/print_help.html
index d57563fc..fb7738ef 100644
--- a/lynx_help/keystrokes/print_help.html
+++ b/lynx_help/keystrokes/print_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: print_help.html,v 1.9 2017/04/28 21:58:48 tom Exp $ -->
+<!-- $LynxId: print_help.html,v 1.10 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Print Help and Configuration Summary</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Describe Lynx's print command, showing the different ways that a document's content can be saved as plain text, e.g., mail, local-file, user-defined.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
diff --git a/lynx_help/keystrokes/scrolling_help.html b/lynx_help/keystrokes/scrolling_help.html
index 439fae77..b6f086b1 100644
--- a/lynx_help/keystrokes/scrolling_help.html
+++ b/lynx_help/keystrokes/scrolling_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: scrolling_help.html,v 1.12 2017/04/28 22:01:41 tom Exp $ -->
+<!-- $LynxId: scrolling_help.html,v 1.13 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Lynx Scrolling/Paging Help Summary</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "This gives an overview and some details on Lynx's scrolling/paging commands. A diagram shows keypad shortcuts.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -34,8 +31,7 @@
   <p>This gives an overview and some details on Lynx's
   scrolling/paging commands. A diagram shows keypad shortcuts.</p>
 
-  <h2><a name="paging_keys" id="paging_keys">Paging
-  shortcuts</a></h2>
+  <h2><a name="paging_keys" id="paging_keys">Paging shortcuts</a></h2>
 
   <blockquote>
     <pre>
@@ -48,8 +44,7 @@
 </pre>
   </blockquote>
 
-  <h2><a name="keypad_keys" id="keypad_keys">Keypad
-  shortcuts</a></h2>
+  <h2><a name="keypad_keys" id="keypad_keys">Keypad shortcuts</a></h2>
 
   <p><strong>Lynx</strong> can use the digits 0-9 as movement
   shortcuts. They are designed to work best when the <em>Num
@@ -94,8 +89,7 @@
 </pre>
   </blockquote>
 
-  <h2><a name="other_keys" id="other_keys">Ordinary
-  characters</a></h2>
+  <h2><a name="other_keys" id="other_keys">Ordinary characters</a></h2>
 
   <blockquote>
     <pre>
diff --git a/lynx_help/keystrokes/test_display.html b/lynx_help/keystrokes/test_display.html
index eae010c6..adbe3efd 100644
--- a/lynx_help/keystrokes/test_display.html
+++ b/lynx_help/keystrokes/test_display.html
@@ -1,20 +1,17 @@
-<!-- $LynxId: test_display.html,v 1.11 2017/04/28 22:04:57 tom Exp $ -->
+<!-- $LynxId: test_display.html,v 1.12 2021/07/01 21:02:38 tom Exp $ -->
 <!-- do not use tidy for this page -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Quick test for identifying display character set</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Display a test-page for common problems with Lynx's display character set and/or locale problems.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -31,8 +28,7 @@
   <p>Display a test-page for common problems with Lynx's display
   character set and/or locale problems.</p>
 
-  <h2><a name="configuration" id=
-  "configuration">Configuration</a></h2>
+  <h2><a name="configuration" id="configuration">Configuration</a></h2>
 
   <p>If you see several letters instead of a single &ndash; your
   promised display charset does not support this character so "7
@@ -52,6 +48,7 @@
   <h2><a name="test_screen" id="test_screen">Test-screen</a></h2>
 
   <p>This is only a quick test to see obvious problems.</p>
+
   <pre>
 
 0x00A9    &copy;           # COPYRIGHT SIGN
diff --git a/lynx_help/keystrokes/visited_help.html b/lynx_help/keystrokes/visited_help.html
index 01fa9ccc..14a83c19 100644
--- a/lynx_help/keystrokes/visited_help.html
+++ b/lynx_help/keystrokes/visited_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: visited_help.html,v 1.11 2017/04/28 22:09:23 tom Exp $ -->
+<!-- $LynxId: visited_help.html,v 1.12 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>Help on the Visited Links Page</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "Lynx provides an alternative to its history page, the visited-links page which highlights those which are of most interest.">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>
@@ -54,8 +51,7 @@
   applications, i.e., not just the links that were rendered and
   displayed by Lynx, itself.</p>
 
-  <h2><a name="configuration" id=
-  "configuration">Configuration</a></h2>
+  <h2><a name="configuration" id="configuration">Configuration</a></h2>
 
   <p>You may change the appearance of the Visited Links Page via a
   popup menu on that page (which also appears on the <a href=
diff --git a/lynx_help/keystrokes/xterm_help.html b/lynx_help/keystrokes/xterm_help.html
index 210d7ce4..84ac3dff 100644
--- a/lynx_help/keystrokes/xterm_help.html
+++ b/lynx_help/keystrokes/xterm_help.html
@@ -1,19 +1,16 @@
-<!-- $LynxId: xterm_help.html,v 1.10 2017/04/28 20:47:13 tom Exp $ -->
+<!-- $LynxId: xterm_help.html,v 1.11 2021/07/01 21:02:38 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
 <html>
 <head>
   <meta name="generator" content=
-  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
-
+  "HTML Tidy for HTML5 for Linux version 5.6.0">
   <title>X Terminal Help</title>
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
   <meta name="description" content=
   "This outlines what is meant by an X terminal, for gopher support, i.e., something which can display images">
-  </head>
-
+</head>
 <body>
   <div class="nav">
     <ul>