From b55750c2b0d438afc918311a6b7cf999e0484658 Mon Sep 17 00:00:00 2001 From: Shourai <10200748+Shourai@users.noreply.github.com> Date: Sat, 18 Jul 2020 12:55:27 +0200 Subject: [PATCH] Use suckless scroll for scrollback --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 828ee5f..6528188 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,7 @@ static int borderpx = 2; static char *shell = "/bin/sh"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ -char *scroll = NULL; +char *scroll = "scroll"; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; /* identification sequence returned in DA and DECID */