diff options
| author | bptato <nincsnevem662@gmail.com> | 2020-08-31 16:09:36 +0000 | 
|---|---|---|
| committer | bptato <nincsnevem662@gmail.com> | 2020-08-31 16:09:36 +0000 | 
| commit | dcbbd27475e8d6c6adea1b81229ec8a2e24a9568 (patch) | |
| tree | 61a2d9b206c3b70e3921336de06c602c069a6d22 | |
| parent | New commands for moving to the top, middle and bottom of buffer (diff) | |
| download | w3m-dcbbd27475e8d6c6adea1b81229ec8a2e24a9568.tar.gz w3m-dcbbd27475e8d6c6adea1b81229ec8a2e24a9568.zip | |
Added the other two commands to w3mhelp
| -rw-r--r-- | scripts/w3mhelp.cgi.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in index 82b1d2e..55358f8 100644 --- a/scripts/w3mhelp.cgi.in +++ b/scripts/w3mhelp.cgi.in @@ -140,7 +140,7 @@ print "<P><A HREF=\"$keymap\">$head</A>\n";  		goLine goLineF goLineL movRW movLW  		topA lastA nextA prevA movlistMn  		nextR nextL nextD nextU nextRD nextLU -		undoPos redoPos cursorTop")); +		undoPos redoPos cursorTop cursorMiddle cursorBottom"));  &show_keymap('Hyperlink Operations',  	     split(" ", "followA tabA svA followI svI submitForm | 
