patch: scrollback-ringbuffer

This commit is contained in:
2026-01-01 13:04:01 -05:00
parent 0723b7e39e
commit ab5d49f991
5 changed files with 976 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"