aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJan Christoph Ebersbach2015-09-08 07:28:52 +0200
committerChristoph Lohmann2015-09-08 16:29:05 +0200
commitea179a65a961748822414255e35a0e0c193d72b3 (patch)
treeb87643ca441fe8823675728da09ad1a885378a7b /config.def.h
parent0439851226cb56be0290969bdcac70d0478b2449 (diff)
downloadaur-ea179a65a961748822414255e35a0e0c193d72b3.tar.gz
Expose cursor shape in config.def.h
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 7129fa188e10..c7ce3b437765 100644
--- a/config.def.h
+++ b/config.def.h
@@ -105,6 +105,15 @@ static unsigned int defaultfg = 7;
static unsigned int defaultbg = 0;
static unsigned int defaultcs = 256;
+/*
+ * Default shape of cursor
+ * 2: Block
+ * 4: Underline
+ * 6: IBeam
+ */
+
+static unsigned int cursorshape = 2;
+
/*
* Default colour and shape of the mouse cursor