summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:38:16 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:38:16 +0400
commita896ecee76eabcd5f65cac9f7affe985ecc48b22 (patch)
tree2d5c7255a20c73f9d7540facfe8d37b72b0ba7a5 /x.c
parentefb86e866e492dc15c73482733241afdb2defdb7 (diff)
parent5d2b3d037e25e36a98de8299aeb6a8f41ce7306d (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 c81903f..b153431 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"