Introduction
Introduction Statistics Contact Development Disclaimer Help
tChange mouse pointer colors - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 7f47ffe7418ff0859b4a3ef31906e6fe47d2c373
parent 9ce3046b97b90af84ea42671e6271bc64b5d9bbf
Author: Anders Damsgaard <[email protected]>
Date: Fri, 28 Aug 2020 09:22:38 +0200
Change mouse pointer colors
Diffstat:
M config.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -181,8 +181,8 @@ static unsigned int rows = 32;
* Default colour and shape of the mouse cursor
*/
static unsigned int mouseshape = XC_left_ptr;
-static unsigned int mousefg = 256;
-static unsigned int mousebg = 7;
+static unsigned int mousefg = 257;
+static unsigned int mousebg = 256;
/*
* Color used to display font attributes when fontconfig selected a font which
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.