aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.func
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-09-01 10:35:53 +0000
committerGitHub <noreply@github.com>2020-09-01 10:35:53 +0000
commit2fb3ed9defd5a435b3257a8dda308028505c7731 (patch)
treea424bfa6c09522eac476fa7ea71bdfeb365a51c7 /doc/README.func
parentUpdate ChangeLog (diff)
parentRemoved an unnecessary variable declaration (diff)
downloadw3m-2fb3ed9defd5a435b3257a8dda308028505c7731.tar.gz
w3m-2fb3ed9defd5a435b3257a8dda308028505c7731.zip
Merge pull request #148 from bptato/master
New commands for moving cursor on screen
Diffstat (limited to 'doc/README.func')
-rw-r--r--doc/README.func3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.func b/doc/README.func
index 0430855..3bdec74 100644
--- a/doc/README.func
+++ b/doc/README.func
@@ -12,6 +12,9 @@ CLOSE_TAB Close tab
CLOSE_TAB_MOUSE Close tab at mouse pointer
COMMAND Invoke w3m function(s)
COOKIE View cookie list
+CURSOR_TOP Move cursor to the top line on the screen
+CURSOR_MIDDLE Move cursor to the middle line on the screen
+CURSOR_BOTTOM Move cursor to the bottom line on the screen
DEFAULT_CHARSET Change the default character encoding
DEFINE_KEY Define a binding between a key stroke combination and a command
DELETE_PREVBUF Delete previous buffer (mainly for local CGI-scripts)