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

2
x.c
View File

@@ -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"