scroll

scrollbackbuffer program for st
git clone git://git.suckless.org//gitrepos
Log | Files | Refs

commit a7570270a8bce8657013bb0fbb97455fc0627ffa
parent 3e513e8da1684dbad8fbb71e263e38c18c839a9c
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   Tue, 11 Feb 2020 21:04:29 +0100

Revert "iniialize global bottom explizit with NULL"

This reverts commit 0734cb7680bed852a4fed4ca8eced9ad9b69c53f.

Diffstat:
Mscroll.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scroll.c b/scroll.c @@ -49,7 +49,7 @@ struct line { size_t size; size_t len; char *buf; -} *bottom = NULL; +} *bottom; pid_t child; int mfd;