aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAlex Kozadaev2015-07-28 10:30:14 +0100
committerRoberto E. Vargas Caballero2015-07-28 12:21:11 +0200
commitfc6a4e55dc47404c42eb566b55c658e7cb29ee40 (patch)
tree2a183fed851face9fc913c94ec0fa87cb44a5e36 /config.def.h
parent49c5148cb271c9346000255e241207678b431cc2 (diff)
downloadaur-fc6a4e55dc47404c42eb566b55c658e7cb29ee40.tar.gz
Adding mouse colour/shape settings
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 2616dea96581..930e4688e82b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -105,6 +105,14 @@ static unsigned int defaultfg = 7;
static unsigned int defaultbg = 0;
static unsigned int defaultcs = 256;
+
+/*
+ * Default colour and shape of the mouse cursor
+ */
+static unsigned int mouseshape = XC_xterm;
+static unsigned int mousefg = 7;
+static unsigned int mousebg = 0;
+
/*
* Colors used, when the specific fg == defaultfg. So in reverse mode this
* will reverse too. Another logic would only make the simple feature too