tupdate for new config.def.h - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b7e4c4548f3d1bc794446b74cf56e8ff373babd1
(DIR) parent 6edf2d3761f7f169b940c5977192277158d9f360
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
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(-)
---
(DIR) 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=true"; */
+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;