diff options
Diffstat (limited to 'programs')
-rw-r--r-- | programs/st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/st/config.h b/programs/st/config.h index 696b99f..14fb754 100644 --- a/programs/st/config.h +++ b/programs/st/config.h | |||
@@ -130,8 +130,8 @@ static const char *colorname[] = { | |||
130 | */ | 130 | */ |
131 | unsigned int defaultfg = 7; | 131 | unsigned int defaultfg = 7; |
132 | unsigned int defaultbg = 0; | 132 | unsigned int defaultbg = 0; |
133 | static unsigned int defaultcs = 256; | 133 | unsigned int defaultcs = 256; |
134 | static unsigned int defaultrcs = 257; | 134 | unsigned int defaultrcs = 257; |
135 | 135 | ||
136 | /* | 136 | /* |
137 | * Default shape of cursor | 137 | * Default shape of cursor |