summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-16 20:51:33 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-16 20:51:33 +0000
commit99de1c3d272ba260c855afc09005f1391582d2a0 (patch)
treeb86fe11992356380c7fe85147ca031bffcb3b3dd /x.c
parentbdf88b676acc5cab1cc7425f582c723adf5b2706 (diff)
add scrollback
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"