From 1c3039d21a53d533991a316816d0b7a5c5fdbc51 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 11 Feb 2023 20:49:06 +0000 Subject: compile with gcc, fix compile error, restore st desktop install --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index e14c6bd..96e97f4 100644 --- a/config.h +++ b/config.h @@ -138,7 +138,7 @@ static const char *colorname[] = { */ unsigned int defaultfg = 258; unsigned int defaultbg = 259; -static unsigned int defaultcs = 256; +unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; /* -- cgit v1.2.3