aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 89732b4..860ce3d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -108,10 +108,10 @@ static unsigned int defaultrcs = 257;
108 108
109/* 109/*
110 * Default shape of cursor 110 * Default shape of cursor
111 * 2: Block 111 * 2: Block ("█")
112 * 4: Underline 112 * 4: Underline ("_")
113 * 6: IBeam 113 * 6: Bar ("|")
114 * 7: Snowman 114 * 7: Snowman ("☃")
115 */ 115 */
116static unsigned int cursorshape = 2; 116static unsigned int cursorshape = 2;
117 117