summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 02:40:30 -0600
committerzachir <zachir@librem.one>2023-02-20 02:40:30 -0600
commit75110c3cdea1cade7a9b097806cae1a32f8a5e8a (patch)
tree89e80cb95163d43221ee84441098a6457c75c244 /x.c
parenta7a057493c31ec79a88cb54de53da6a51bf995c7 (diff)
appy scrollback-ringbuffer 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 6f2ddff..ff736f7 100644
--- a/x.c
+++ b/x.c
@@ -60,6 +60,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"