aboutsummaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2025-12-28 12:20:32 +0100
committerMarcel Screm <marcel@marcelscrem.com>2025-12-28 12:20:32 +0100
commit9b35a7d9c3e05d78819421f376f08505edec38d2 (patch)
tree5ff2480538817ef6cde9bd18d317fb734ccdcf56 /x.c
parent034c96dec581a3a870a6883303dabe2f0bad704f (diff)
added scrollback patch
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 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"