summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-22 22:22:02 -0500
committerJune McEnroe <june@causal.agency>2019-02-22 22:22:16 -0500
commit200842aa64f1f66e902dc186de15e49d0dba7830 (patch)
tree55591fae2fc329e17156d217a78bab666504f98a
parentRemove topic TODO (diff)
downloadcatgirl-200842aa64f1f66e902dc186de15e49d0dba7830.tar.gz
catgirl-200842aa64f1f66e902dc186de15e49d0dba7830.zip
Bind up and down arrows to scroll
Honestly it's kind of weird that IRC clients usually use these for input
history.
-rw-r--r--catgirl.16
-rw-r--r--ui.c4
2 files changed, 5 insertions, 5 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
diff --git a/ui.c b/ui.c
index 62a992e..9a83bfc 100644
--- a/ui.c
+++ b/ui.c
@@ -429,8 +429,8 @@ static void keyCode(wchar_t code) {
 	struct Window *win = windows.active;
 	if (!win) return;
 	switch (code) {
-		break; case KEY_SLEFT:     windowScroll(win, -1);
-		break; case KEY_SRIGHT:    windowScroll(win, +1);
+		break; case KEY_UP:        windowScroll(win, -1);
+		break; case KEY_DOWN:      windowScroll(win, +1);
 		break; case KEY_PPAGE:     windowScroll(win, -logHeight() / 2);
 		break; case KEY_NPAGE:     windowScroll(win, +logHeight() / 2);
 		break; case KEY_LEFT:      edit(win->tag, EditLeft, 0);
ant the man(1) from mandoc, since it won't follow MANSECT. Same applies to MacPorts. I wish I could disable its man(1) with a variant or whatever. 2020-09-12Enable toc in cgit renderings of man pagesJune McEnroe But keep it disabled for READMEs since they always use non-standard sections and the TOC is just distracting there, I think. Also add the style so its h1 is the same size as the ones inside sections... 2020-09-11Install mandoc on macOSJune McEnroe 2020-09-11Rewrite install script yet againJune McEnroe 2020-09-11Remove NetBSD from install scriptJune McEnroe I never use it. 2020-09-11Use MacPorts rather than pkgsrcJune McEnroe My system is probably such a mess now... 2020-09-11Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe Reading has really slowed down :( 2020-09-07Add SunglassesJune McEnroe An IRC find. 2020-09-06Add Between the BreathsJune McEnroe One of those good songs from a soundtrack of a film that probably isn't? The summary sounds a lot more interesting than the title implies, at least. 2020-09-04Open /dev/tty in nudgeJune McEnroe This makes it work even when it's run connected to a pipe, i.e. as the notify command of catgirl... 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe I guess this got lost somewhere, long ago... 2020-08-29Add tweets from retweetsJune McEnroe