diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/w3mhelp.cgi.in | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in index a646d1a..6b6a206 100644 --- a/scripts/w3mhelp.cgi.in +++ b/scripts/w3mhelp.cgi.in @@ -1,5 +1,5 @@  #!@PERL@ -# $Id: w3mhelp.cgi.in,v 1.20 2002/12/05 16:29:17 ukai Exp $ +# $Id: w3mhelp.cgi.in,v 1.21 2002/12/09 15:51:10 ukai Exp $  if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) {    $CYGPATH = 1; @@ -134,13 +134,13 @@ for $otherlang (@docdirs) {  		movR1 movL1 movD1 movU1 ldown1 lup1  		shiftl shiftr col1L col1R linbeg linend ctrCsrH ctrCsrV  		goLine goLineF goLineL movRW movLW -		topA lastA nextA prevA +		topA lastA nextA prevA movlistMn  		nextR nextL nextD nextU nextRD nextLU"));  &show_keymap("Hyperlink operation",  	     split(" ", "followA tabA svA followI svI submitForm  		curURL peekURL peekIMG pginfo curlno chkURL chkWORD chkNMID -		rFrame extbrz linkbrz linkMn accessKey")); +		rFrame extbrz linkbrz linkLst listMn linkMn accessKey"));  &show_keymap("File/Stream operation",  	     split(" ", "goURL gorURL tabURL tabrURL ldfile readsh pipesh | 
