From 9b35a7d9c3e05d78819421f376f08505edec38d2 Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Sun, 28 Dec 2025 12:20:32 +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