Expose cursor shape in config.def.h
[st.git] / st.c
diff --git a/st.c b/st.c
index 7804316..530d7e4 100644 (file)
--- 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':