diff options
| author | Mouad Alami <mouad@alami.xyz> | 2026-04-13 13:38:40 +0100 |
|---|---|---|
| committer | Mouad Alami <mouad@alami.xyz> | 2026-04-13 13:38:40 +0100 |
| commit | 2150d5e4f7e340313b32920976606d17776b8da2 (patch) | |
| tree | 5e74b8c238cd0dc5a87f293883b3f5b0ad53cccc /x.c | |
| parent | 3e5c3700456f0323489165a172f92b5d05f40b19 (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" |
