diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:40:30 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:40:30 -0600 |
commit | 75110c3cdea1cade7a9b097806cae1a32f8a5e8a (patch) | |
tree | 89e80cb95163d43221ee84441098a6457c75c244 /x.c | |
parent | a7a057493c31ec79a88cb54de53da6a51bf995c7 (diff) |
appy scrollback-ringbuffer patch
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,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" |