From d6c90ea50fb8ff352d7b1979a3bc942e9728b860 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 11 Dec 2002 02:57:30 +0000 Subject: [w3m-dev 03554] Re: Undo/Redo * doc/README.func (REDO): added (UNDO): added * doc-jp/README.func (REDO): added (UNDO): added * scripts/w3mhelp.cgi.in: (Page/Cursor motion): add undoPos, redoPos From: Hironori SAKAMOTO --- scripts/w3mhelp.cgi.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in index 6b6a206..f7b247c 100644 --- a/scripts/w3mhelp.cgi.in +++ b/scripts/w3mhelp.cgi.in @@ -1,5 +1,5 @@ #!@PERL@ -# $Id: w3mhelp.cgi.in,v 1.21 2002/12/09 15:51:10 ukai Exp $ +# $Id: w3mhelp.cgi.in,v 1.22 2002/12/11 02:57:30 ukai Exp $ if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) { $CYGPATH = 1; @@ -135,7 +135,8 @@ for $otherlang (@docdirs) { shiftl shiftr col1L col1R linbeg linend ctrCsrH ctrCsrV goLine goLineF goLineL movRW movLW topA lastA nextA prevA movlistMn - nextR nextL nextD nextU nextRD nextLU")); + nextR nextL nextD nextU nextRD nextLU + undoPos redoPos")); &show_keymap("Hyperlink operation", split(" ", "followA tabA svA followI svI submitForm -- cgit v1.2.3