diff options
| author | Marcel Screm <marcel@marcelscrem.com> | 2025-12-28 12:20:32 +0100 |
|---|---|---|
| committer | Marcel Screm <marcel@marcelscrem.com> | 2025-12-28 12:20:32 +0100 |
| commit | 9b35a7d9c3e05d78819421f376f08505edec38d2 (patch) | |
| tree | 5ff2480538817ef6cde9bd18d317fb734ccdcf56 /x.c | |
| parent | 034c96dec581a3a870a6883303dabe2f0bad704f (diff) | |
added scrollback patch
Diffstat (limited to 'x.c')
| -rw-r--r-- | x.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
