diff options
Diffstat (limited to '')
-rw-r--r-- | doc-de/README.func | 3 | ||||
-rw-r--r-- | doc/README.func | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc-de/README.func b/doc-de/README.func index 036ae9d..cb175db 100644 --- a/doc-de/README.func +++ b/doc-de/README.func @@ -12,6 +12,9 @@ CLOSE_TAB Schließe Reiter CLOSE_TAB_MOUSE Schließe Reiter bei Mauszeiger COMMAND Rufe w3m Funktion(en) auf COOKIE Cookie-Liste ansehen +CURSOR_TOP Cursor auf die höchste Zeile bewegen +CURSOR_MIDDLE Cursor auf die mittlere Zeile bewegen +CURSOR_BOTTOM Cursor auf die unterste Zeile bewegen DEFAULT_CHARSET Ändere die Voreinstellung für die Zeichenkodierung DEFINE_KEY Definiere eine Verbindung zwischen einer Tastenkombination und einem Kommando DELETE_PREVBUF Lösche vorherigen Puffer (hauptsächlich für lokale CGI-Skripte) 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) |