set font, removed scroll and set cursorshape
authorMatthewOwens <matthew@owens.tech>
Sat, 20 Jun 2020 16:02:54 +0000 (17:02 +0100)
committerMatthewOwens <matthew@owens.tech>
Sat, 20 Jun 2020 16:02:54 +0000 (17:02 +0100)
config.def.h

index f235989..f38fca7 100644 (file)
@@ -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