added scrollback patch and modified it to only scroll half a page

This commit is contained in:
2025-09-10 16:22:36 +03:00
parent 73a89c36d3
commit 196996f9d3
12 changed files with 4405 additions and 122 deletions

View File

@@ -0,0 +1,14 @@
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"