Applied scrollback patches

This commit is contained in:
pbentes
2025-05-05 12:59:40 +01:00
parent 98610fcd37
commit a4adc0dae5
7 changed files with 1055 additions and 122 deletions

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