aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJules Maselbas <jules.maselbas@grenoble-inp.org>2018-07-14 11:16:37 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-07-14 12:49:37 +0200
commitb51bcd5553af3db394014efbd78acf7828fa48ff (patch)
treefb7582a0413fec0816cda3b7375235aa372bcb0c /config.def.h
parent1911c9274d9b03f3d7999c6ce26e2d5169642d26 (diff)
downloadst-b51bcd5553af3db394014efbd78acf7828fa48ff.tar.gz
Make cursor follow text color
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 82b1b09..ca6b0db 100644
--- a/config.def.h
+++ b/config.def.h
@@ -118,8 +118,6 @@ static const char *colorname[] = {
*/
unsigned int defaultfg = 7;
unsigned int defaultbg = 0;
-static unsigned int defaultcs = 256;
-static unsigned int defaultrcs = 257;
/*
* Default shape of cursor
remember that computers suck.