aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorOmar Sandoval2015-04-09 18:22:31 -0700
committerRoberto E. Vargas Caballero2015-04-10 23:43:05 +0200
commite7444a0ebc9935babe9fc43481fc241e2b140ec7 (patch)
treec0039f1488e870fea2937781e0ee1f8219a17a95 /config.def.h
parent13958282eb8f8e1d44ec7bb2c7f4d98fc637a47b (diff)
downloadaur-e7444a0ebc9935babe9fc43481fc241e2b140ec7.tar.gz
Make DECSCUSR thickness configurable
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 56bae2da290c..5e7caaf37679 100644
--- a/config.def.h
+++ b/config.def.h
@@ -42,6 +42,11 @@ static unsigned int actionfps = 30;
static unsigned int blinktimeout = 800;
/*
+ * thickness of underline and bar cursors
+ */
+static unsigned int cursorthickness = 2;
+
+/*
* bell volume. It must be a value between -100 and 100. Use 0 for disabling
* it
*/