summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1
index 754aec8..3a6b2f5 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -298,14 +298,14 @@ Redraw the UI.
 Insert a blank line in the window.
 .It Ic M- Ns Ar n
 Switch to window by number 0\(en9.
+.It Ic Down
+Scroll window down by one line.
 .It Ic PageDown
 Scroll window down by half a page.
 .It Ic PageUp
 Scroll window up by half a page.
-.It Ic S-Left
+.It Ic Up
 Scroll window up by one line.
-.It Ic S-Right
-Scroll window down by one line.
 .El
 .
 .Sh ENVIRONMENT
12-01Crudely handle reconnecting after suspendJune McEnroe 2018-12-01Fix sandman hangJune McEnroe 2018-12-01Use sigaction in sandmanJune McEnroe 2018-11-30Handle signals consistently in the event loopJune McEnroe 2018-11-30Separate ircConnect and ircDisconnectJune McEnroe 2018-11-30Measure length of log timestamp more consistentlyJune McEnroe 2018-11-30Reformat sandman Objective-C codeJune McEnroe 2018-11-30Ignore sandmanJune McEnroe 2018-11-30Add sandmanJune McEnroe 2018-11-29Strip timestamps from log replayJune McEnroe 2018-11-29Add basic log replayJune McEnroe 2018-11-29Show unread count in term titleJune McEnroe 2018-11-29Handle no such nick errorJune McEnroe 2018-11-29Add /whoisJune McEnroe 2018-11-29Set LIBRESSL_PREFIX in Darwin.mkJune McEnroe 2018-11-28Add NetBSD.mkJune McEnroe 2018-11-28Make use of config.mk and add Darwin.mkJune McEnroe