From: MatthewOwens <matthew@owens.tech>
Date: Sat, 20 Jun 2020 16:02:54 +0000 (+0100)
Subject: set font, removed scroll and set cursorshape
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=36e1dd9c8633737daf019b2e13c8536a262920cc;p=st.git

set font, removed scroll and set cursorshape
---

diff --git a/config.def.h b/config.def.h
index f235989..f38fca7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,6 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
+//static char font[] = "xos4 Terminus-15:antialias=true:autohint=true";
 static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
 static int borderpx = 0;
 
@@ -19,7 +20,7 @@ static int borderpx = 0;
 static char *shell = "/bin/sh";
 char *utmp = NULL;
 /* scroll program: to enable use a string like "scroll" */
-char *scroll = "/usr/local/bin/scroll";
+char *scroll = NULL;
 char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
 
 /* identification sequence returned in DA and DECID */
@@ -139,7 +140,7 @@ static unsigned int defaultrcs = 257;
  * 6: Bar ("|")
  * 7: Snowman ("☃")
  */
-static unsigned int cursorshape = 4;
+static unsigned int cursorshape = 2;
 
 /*
  * Default columns and rows numbers