tChange mouse pointer colors - 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 7f47ffe7418ff0859b4a3ef31906e6fe47d2c373
(DIR) parent 9ce3046b97b90af84ea42671e6271bc64b5d9bbf
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
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(-)
---
(DIR) 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