aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-10-05 23:05:38 +0200
committerChristoph Lohmann <20h@r-36.net>2015-10-05 23:05:38 +0200
commita2a60f0a2ce33dbd4ef07aaa4a914391481fa1de (patch)
tree2f837819a91b68ce68cdf747ebc7da021d1a1352 /config.def.h
parent52d0e82df723297438339822f2398f83470fbcd4 (diff)
downloadst-patched-a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de.tar.bz2
st-patched-a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de.tar.xz
st-patched-a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de.zip
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 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