diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-11 02:57:30 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-11 02:57:30 +0000 | 
| commit | d6c90ea50fb8ff352d7b1979a3bc942e9728b860 (patch) | |
| tree | 0fef992030ca08e76fe09fcbeb892fa122ddb309 /scripts | |
| parent | NEWS: func: REDO, UNDO (diff) | |
| download | w3m-d6c90ea50fb8ff352d7b1979a3bc942e9728b860.tar.gz w3m-d6c90ea50fb8ff352d7b1979a3bc942e9728b860.zip | |
[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 <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/w3mhelp.cgi.in | 5 | 
1 files changed, 3 insertions, 2 deletions
| 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 | 
