Added mouse scroll

This commit is contained in:
Linux User
2022-08-16 22:29:24 +00:00
parent 024630e378
commit 9726db9903
8 changed files with 282 additions and 138 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"