scroll

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

commit 42eb2e5bd97bf7a684a6c47fbabd2996748d9913
parent 7a2762d0c1e59cd9d6a69d882931befeb4af25b5
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   Tue, 14 Apr 2020 21:16:25 +0200

Enable test again

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -16,7 +16,7 @@ install: scroll test: scroll ptty # check usage - #if ./ptty ./scroll; then exit 1; fi + if ./ptty ./scroll -h; then exit 1; fi # check exit passthrough of child if ! ./ptty ./scroll true; then exit 1; fi if ./ptty ./scroll false; then exit 1; fi