summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:34:26 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:34:26 +0400
commit5d2b3d037e25e36a98de8299aeb6a8f41ce7306d (patch)
tree218852ec9c6354eea23d4baa7522798f942259f3 /x.c
parent8bda7dc204419e633dd05f837717006aa6db0adf (diff)
scrolling added
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x.c b/x.c
index bd23686..25785a6 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"