aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2023-02-11 20:49:06 +0000
committerShivesh Mandalia <mail@shivesh.org>2023-02-11 20:49:06 +0000
commit1c3039d21a53d533991a316816d0b7a5c5fdbc51 (patch)
treed7f19c9723fb9e4179fa243993dc6d7eee0b21ce /config.h
parentbe156b33d1e38031e2bdc527d22262bf65ce98b9 (diff)
downloadst-1c3039d21a53d533991a316816d0b7a5c5fdbc51.tar.gz
st-1c3039d21a53d533991a316816d0b7a5c5fdbc51.zip
compile with gcc, fix compile error, restore st desktop install
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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;
/*