aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2015-10-05 23:05:38 +0200
committerChristoph Lohmann2015-10-05 23:05:38 +0200
commit3281a741ad43fa840da377df8933eab793fba755 (patch)
treeca3ed4f74834be9e184dcfc12da71efb8dbfd34f /config.def.h
parent7d43fda04eaa0860e53d176f3012de92ae26a84f (diff)
downloadaur-3281a741ad43fa840da377df8933eab793fba755.tar.gz
Make the cursor shapes more descriptive.
»IBeam« is now »Bar« because it's named like that in the source code.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 89732b4ee30b..860ce3d68781 100644
--- a/config.def.h
+++ b/config.def.h
@@ -108,10 +108,10 @@ static unsigned int defaultrcs = 257;
/*
* Default shape of cursor
- * 2: Block
- * 4: Underline
- * 6: IBeam
- * 7: Snowman
+ * 2: Block ("█")
+ * 4: Underline ("_")
+ * 6: Bar ("|")
+ * 7: Snowman ("☃")
*/
static unsigned int cursorshape = 2;