birdterm

birdterm - mrgrouse's fork of suckless' st.
Log | Files | Refs | README | LICENSE

commit acdd2f5ab1f740b0b46d9f71aeec1b06870d2112
parent d2b45d1870a01048f113a4054deb89a5c7469897
Author: mrgrouse <bdmfegys@duck.com>
Date:   Thu,  3 Jul 2025 22:07:23 -0400

config.def.h: remove usage of scroll on startup

Diffstat:
Mconfig.def.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -21,10 +21,9 @@ static int borderpx = 1; * 5: value of shell in config.h */ static char *shell = "/bin/sh"; -//char *utmp = "/usr/local/bin/utmp"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ -char *scroll = "/usr/local/bin/scroll"; +char *scroll = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; /* identification sequence returned in DA and DECID */