aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-07-17 20:01:57 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-07-17 20:01:57 +0200
commit8ed7a4b3b755407a7724a586ef224051bc306f4f (patch)
treea5d459ad19403dd4e4ca086ec6d98917880a0e62 /config.def.h
parent732be223ee7ba5486713c63f944699fd6285af96 (diff)
downloadst-patched-8ed7a4b3b755407a7724a586ef224051bc306f4f.tar.bz2
st-patched-8ed7a4b3b755407a7724a586ef224051bc306f4f.tar.xz
st-patched-8ed7a4b3b755407a7724a586ef224051bc306f4f.zip
Revert "Make cursor follow text color"
This reverts commit b51bcd5553af3db394014efbd78acf7828fa48ff.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index ca6b0db..82b1b09 100644
--- a/config.def.h
+++ b/config.def.h
@@ -118,6 +118,8 @@ static const char *colorname[] = {
118 */ 118 */
119unsigned int defaultfg = 7; 119unsigned int defaultfg = 7;
120unsigned int defaultbg = 0; 120unsigned int defaultbg = 0;
121static unsigned int defaultcs = 256;
122static unsigned int defaultrcs = 257;
121 123
122/* 124/*
123 * Default shape of cursor 125 * Default shape of cursor