diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-16 20:51:33 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-16 20:51:33 +0000 |
| commit | 99de1c3d272ba260c855afc09005f1391582d2a0 (patch) | |
| tree | b86fe11992356380c7fe85147ca031bffcb3b3dd /x.c | |
| parent | bdf88b676acc5cab1cc7425f582c723adf5b2706 (diff) | |
add scrollback
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" |
