Merge branch 'patch-scrollback' into amused

This commit is contained in:
pbentes
2025-05-05 13:00:25 +01:00
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"