From b653d0d1374a046c03e75867d85f31a70e752f53 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 21 Oct 2018 19:30:05 +0300 Subject: [PATCH] X11: Mouse wheel scrolling for message window --- win/X11/winmesg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/X11/winmesg.c b/win/X11/winmesg.c index 5a019ee2c..32f3909b2 100644 --- a/win/X11/winmesg.c +++ b/win/X11/winmesg.c @@ -50,6 +50,8 @@ static char mesg_translations[] = "#override\n\ Right: scroll(6)\n\ Up: scroll(8)\n\ Down: scroll(2)\n\ + : scroll(8)\n\ + : scroll(2)\n\ : input()"; /* Move the message window's vertical scrollbar's slider to the bottom. */