diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-21 16:15:57 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-21 16:15:57 +0000 |
commit | 200a2e2cb0537118e34ce01be9502555f7e32475 (patch) | |
tree | f6208f088923ec7d8630c4aa1f458a9d10153f63 /doc/README.func | |
parent | fix indent (diff) | |
download | w3m-200a2e2cb0537118e34ce01be9502555f7e32475.tar.gz w3m-200a2e2cb0537118e34ce01be9502555f7e32475.zip |
[w3m-dev 03454] next / previous buffer
* funcname.tab (NEXT): added
(PREV): added
* main.c (nextBf): added
(prevBf): added
* proto.h (nextBf): added
(prevBf): added
* doc/README.func (NEXT): added
(PREV): added
* doc-jp/README.func (NEXT): added
(PREV): added
* scripts/w3mhelp.cgi.in (Buffer operation): nextBf prevBf
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'doc/README.func')
-rw-r--r-- | doc/README.func | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.func b/doc/README.func index b00924c..4a02b2b 100644 --- a/doc/README.func +++ b/doc/README.func @@ -60,6 +60,7 @@ MOVE_UP Move cursor up (a half screen scroll at the top of screen MOVE_UP1 Move cursor up (1 line scrol at the top of screen) MSGS Display error messages NEW_TAB Open new tab +NEXT Move to next buffer NEXT_DOWN Move to next downward link NEXT_LEFT Move to next left link NEXT_LEFT_UP Move to next left (or upward) link @@ -79,6 +80,7 @@ PEEK_IMG Peek image URL PEEK_LINK Peek link URL PIPE_BUF Send rendered document to pipe PIPE_SHELL Execute shell command and browse +PREV Move to previous buffer PREV_LINK Move to previous link PREV_MARK Move to previous mark PREV_PAGE Move to previous page |