st

my customized branch of st
git clone git://git.jakekoroman.com/st
Log | Files | Refs | README | LICENSE

commit 8af98d9222ca978867e8c8dfd6e8053e634a262f
parent 06e69dc61c6a8ab38f7a80c37bb9671d3b0a8f70
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Mon,  3 Mar 2025 11:22:14 -0500

config.def.h: make mousescrollincrement const

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -11,7 +11,7 @@ static char *fonts[] = { }; static int curfont = 0; static int borderpx = 2; -static unsigned int mousescrollincrement = 1; +static const unsigned int mousescrollincrement = 1; /* * available themes