diff options
author | Akshay <[email protected]> | 2022-01-30 07:01:35 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-01-30 07:01:35 +0000 |
commit | d8f8b6dc8a5c3789cf78e634899e629c7945a5a9 (patch) | |
tree | a638d8e969ec72fd4c4b965bfdc229abd0f8b2a9 /programs | |
parent | 5b3cbc05e54231392420d08ab3a7f99f68488122 (diff) |
upgrade to 22.05-pre
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 |