From 2150d5e4f7e340313b32920976606d17776b8da2 Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Mon, 13 Apr 2026 13:38:40 +0100 Subject: added scrollback patch --- x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x.c') diff --git a/x.c b/x.c index d73152b..1e4bdf5 100644 --- a/x.c +++ b/x.c @@ -59,6 +59,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