From 75110c3cdea1cade7a9b097806cae1a32f8a5e8a Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Feb 2023 02:40:30 -0600 Subject: appy scrollback-ringbuffer patch --- x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x.c') diff --git a/x.c b/x.c index 6f2ddff..ff736f7 100644 --- a/x.c +++ b/x.c @@ -60,6 +60,8 @@ static void zoom(const Arg *); static void zoomabs(const Arg *); static void zoomreset(const Arg *); static void ttysend(const Arg *); +void kscrollup(const Arg *); +void kscrolldown(const Arg *); /* config.h for applying patches and the configuration. */ #include "config.h" -- cgit v1.2.3