From c6e18180af0595818d041fb7ec65c1e044d15447 Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Sat, 20 Jun 2020 17:11:16 +0100
Subject: [PATCH] updated cursorshape

---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h
index 55c6f5c..bd33209 100644
--- a/config.def.h
+++ b/config.def.h
@@ -139,7 +139,7 @@ static unsigned int defaultrcs = 257;
  * 6: Bar ("|")
  * 7: Snowman ("☃")
  */
-static unsigned int cursorshape = 2;
+static unsigned int cursorshape = 4;
 
 /*
  * Default columns and rows numbers
-- 
2.20.1