aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.func
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-03-19 16:06:52 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-03-19 16:06:52 +0000
commitf475e89f9f08db4fbb0d461b4ecaae6c1a11ca4c (patch)
tree3d9d729379650d9fe797bb0f019f1fd514feec33 /doc/README.func
parent[w3m-dev 03135] commit of [w3m-dev 03006] is incomplete. (diff)
downloadw3m-f475e89f9f08db4fbb0d461b4ecaae6c1a11ca4c.tar.gz
w3m-f475e89f9f08db4fbb0d461b4ecaae6c1a11ca4c.zip
[w3m-dev 03136] Add COMMAND to execute multiple commands
* fm.h (CurrentMenuData): deleted (CurrentCmdData): added * func.c (getKey): check next char of ^ (getWord): get word until ';' (getQWord): rewrite using Str * funcname.tab (COMMAND): added * main.c (MAIN): delete CurrentMenuData initialize CurrentCmdData (searchKeyData): use CurrentCmdData (execCmd): added (SigAlarm): delete CurrentMenuData, use CurrentCmdData * menu.c (action_menu): delete CurrentMenuData, use CurrentCmdData * proto.h (execCmd): added * doc/README.func (ALARM): capitalize (COMMAND): added * doc-jp/README.func (COMMAND): added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'doc/README.func')
-rw-r--r--doc/README.func3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.func b/doc/README.func
index 024cfc1..2c9645e 100644
--- a/doc/README.func
+++ b/doc/README.func
@@ -1,11 +1,12 @@
ABORT Quit w3m without confirmation
ADD_BOOKMARK Add current page to bookmark
-ALARM set alarm
+ALARM Set alarm
BACK Back to previous buffer
BEGIN Go to the first line
BOOKMARK Read bookmark
CENTER_H Move to the center line
CENTER_V Move to the center column
+COMMAND Execute w3m command(s)
COOKIE View cookie list
DELETE_PREVBUF Delete previous buffer (mainly for local-CGI)
DICT_WORD Execute dictionary command (see README.dict)