summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorJan Christoph Ebersbach2015-09-08 07:28:52 +0200
committerChristoph Lohmann2015-09-08 16:29:05 +0200
commit3ba9c8fc3f547a5762b3d4a6a16cc794446d76a3 (patch)
treeb66d11245979a4147840ce70256ce6e5ae4584b8 /st.c
parent1f087aa8b70fce67e7c43f689b5fb35667b5d84c (diff)
downloadst-3ba9c8fc3f547a5762b3d4a6a16cc794446d76a3.tar.gz
st-3ba9c8fc3f547a5762b3d4a6a16cc794446d76a3.tar.xz
st-3ba9c8fc3f547a5762b3d4a6a16cc794446d76a3.zip
Expose cursor shape in config.def.h
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 7804316..530d7e4 100644
--- a/st.c
+++ b/st.c
@@ -4315,7 +4315,7 @@ main(int argc, char *argv[])
xw.l = xw.t = 0;
xw.isfixed = False;
- xw.cursor = 0;
+ xw.cursor = cursorshape;
ARGBEGIN {
case 'a':