Introduction
Introduction Statistics Contact Development Disclaimer Help
tupdate for new config.def.h - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit b7e4c4548f3d1bc794446b74cf56e8ff373babd1
parent 6edf2d3761f7f169b940c5977192277158d9f360
Author: Anders Damsgaard <[email protected]>
Date: Mon, 3 Jan 2022 10:17:09 +0100
update for new config.def.h
Diffstat:
M config.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true…
-/* static char *font = "dina:size=9:antialias=false"; */
+/* static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=t…
+static char *font = "dina:size=9:antialias=false";
/* static char *font = "terminus:size=12"; */
/* static char *font = "pragmatapro:size=11"; */
static int borderpx = 2;
t@@ -161,8 +161,8 @@ static const char *altcolorname[] = {
*/
unsigned int defaultfg = 256;
unsigned int defaultbg = 257;
-static unsigned int defaultcs = 256;
-static unsigned int defaultrcs = 257;
+unsigned int defaultcs = 256;
+unsigned int defaultrcs = 257;
/*
* Default shape of cursor
t@@ -183,7 +183,7 @@ static unsigned int rows = 32;
/*
* Default colour and shape of the mouse cursor
*/
-static unsigned int mouseshape = XC_left_ptr;
+static unsigned int mouseshape = XC_xterm;
static unsigned int mousefg = 257;
static unsigned int mousebg = 256;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.