summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2022-04-18 20:58:56 +0200
committerTom Barrett <tom@tombarrett.xyz>2022-04-18 20:58:56 +0200
commit2a6648d9b6202af81caf689fa5f61a54d37d59e0 (patch)
tree335bbd2c360b02305790f1bd4f3d1d677d9db7b4
parent4bb9ae158478a8d50fe600bb28b0747ccc6ec72f (diff)
no longer static
-rw-r--r--st/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index 7819325..8be1371 100644
--- a/st/config.h
+++ b/st/config.h
@@ -121,7 +121,7 @@ static const char *colorname[] = {
*/
unsigned int defaultfg = 7;
unsigned int defaultbg = 0;
-static unsigned int defaultcs = 15;
+unsigned int defaultcs = 15;
static unsigned int defaultrcs = 0;
/*