From ca4af600fdad77b3c4603a62c81eee51187fafcf Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 25 Aug 2023 21:53:17 +0000 Subject: implemented most of the layout code. added a new util.c to host the cell/coordinate conversions. made the showproc a painter thread instead, to avoid problems with menuhit(2). --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 2e7f5ac..ca7218d 100644 --- a/mkfile +++ b/mkfile @@ -8,6 +8,7 @@ TARG=\ OFILES=\ alloc.$O\ + util.$O\ HFILES=\ dat.h\ -- cgit v1.2.3