diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:51:21 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:51:21 -0600 |
commit | 63249e7fdb5586be4ae469ea2114306700146a55 (patch) | |
tree | 5ec9d9c789ffc15772f713620545c441ba5a86ee /x.c | |
parent | 2920f5918b511c913cf3830a38c684a841753f8b (diff) |
Revert "appy scrollback-ringbuffer patch"
This reverts commit 75110c3cdea1cade7a9b097806cae1a32f8a5e8a.
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -60,8 +60,6 @@ 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" |