From 99de1c3d272ba260c855afc09005f1391582d2a0 Mon Sep 17 00:00:00 2001 From: uint Date: Tue, 16 Dec 2025 20:51:33 +0000 Subject: add scrollback --- 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