dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 4a2e761914f88d4d284ec74b147104f53c394523
parent 29a2b647b27e5314fa1b9cb6158eb95cfb0bc405
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Tue, 12 Apr 2022 23:52:05 -0500

replace deleted EBARF() with die()

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

diff --git a/dwl.c b/dwl.c @@ -2339,7 +2339,7 @@ sigchld(int unused) * setting our own disposition for SIGCHLD. */ if (signal(SIGCHLD, sigchld) == SIG_ERR) - EBARF("can't install SIGCHLD handler"); + die("can't install SIGCHLD handler:"); /* WNOWAIT leaves the child in a waitable state, in case this is the * XWayland process */