aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mhelp-funcdesc.en.pl.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-10 11:59:15 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-10 11:59:15 +0000
commitb9be47c6d5c1d675f80a0fb4883fc90f986fffb6 (patch)
tree6e6b6b7dfb88506d9020f2c2cf5e9c9ecd7af37b /scripts/w3mhelp-funcdesc.en.pl.in
parent[w3m-dev 03399] (diff)
downloadw3m-b9be47c6d5c1d675f80a0fb4883fc90f986fffb6.tar.gz
w3m-b9be47c6d5c1d675f80a0fb4883fc90f986fffb6.zip
[w3m-dev 03401] w3mhelp.cgi
* proto.h (tabMn): nulcmd ifndef USE_MENU * scripts/w3mhelp-funcdesc.en.pl.in: add LINEEDIT:EDITOR * scripts/w3mhelp-funcdesc.ja.pl.in: add LINEEDIT:EDITOR Tab operation * scripts/w3mhelp-funcname.pl.in: add LINEEDIT:EDITOR C-o * scripts/w3mhelp.cgi.in: add tabA in Hyperlink operation add tabURL, tabrURL in File/Stream operation add Tab operation add lineedit_editor in Line edit mode From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'scripts/w3mhelp-funcdesc.en.pl.in')
-rw-r--r--scripts/w3mhelp-funcdesc.en.pl.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/w3mhelp-funcdesc.en.pl.in b/scripts/w3mhelp-funcdesc.en.pl.in
index 565e1a1..51d924c 100644
--- a/scripts/w3mhelp-funcdesc.en.pl.in
+++ b/scripts/w3mhelp-funcdesc.en.pl.in
@@ -19,8 +19,9 @@
'LINEEDIT:BOTTOM', 'Move to the bottom of line',
'LINEEDIT:PREV', 'Fetch the previous string from the history list',
'LINEEDIT:NEXT', 'Fetch the next string from the history list',
+ 'LINEEDIT:EDITOR', 'Edit with external editor',
'LINEEDIT:COMPLETE', 'Complete filename',
'LINEEDIT:ACCEPT', 'Accept',
);
-1; \ No newline at end of file
+1;