st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit f7b0d77a03a2b39b96d05e91928df0ad8df0f49f
parent 56ff8cd7c79eb1d683fa11d47f75b8314be4bce8
Author: bakkeby <bakkeby@gmail.com>
Date:   Fri, 10 Apr 2020 13:57:14 +0200

make argv0 not static, fixes a warning with tcc (fcd339)

Diffstat:
Mx.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x.c b/x.c @@ -15,7 +15,7 @@ #include <X11/Xft/Xft.h> #include <X11/XKBlib.h> -static char *argv0; +char *argv0; #include "arg.h" #include "st.h" #include "win.h"