From 3ba9c8fc3f547a5762b3d4a6a16cc794446d76a3 Mon Sep 17 00:00:00 2001 From: Jan Christoph Ebersbach Date: Tue, 8 Sep 2015 07:28:52 +0200 Subject: Expose cursor shape in config.def.h Signed-off-by: Christoph Lohmann <20h@r-36.net> --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') 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': -- cgit v1.2.1