aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-12 21:19:02 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-12 21:20:51 +0200
commit568edcf51d216dfe1e387a7038cd191761ab299f (patch)
treee62e703c57b09051d8b07a0afbac78647116c80d /config.h
parentb9d62df040a41a3b192a71932beaea5bd2136c62 (diff)
downloadst-qwd/devel.tar.gz
patches: add spare font patchHEADtrunkqwd/devel
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 2f6a4a4..57874ba 100644
--- a/config.h
+++ b/config.h
@@ -130,8 +130,8 @@ static const char *colorname[] = {
*/
unsigned int defaultfg = 15;
unsigned int defaultbg = 0;
-static unsigned int defaultcs = 256;
-static unsigned int defaultrcs = 257;
+unsigned int defaultcs = 256;
+unsigned int defaultrcs = 257;
/*
* Default shape of cursor
remember that computers suck.