st

simple terminal

git clone https://9o.is/git/st.git

commit 50f614daf112b9cf7eadf6a58496012dffdeb5e9
parent 517abad9c24591b053a1098c99ce6c10b617942c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 10 Apr 2020 12:12:43 +0200

make argv0 not static, fixes a warning with tcc

Reported by Aajonus, thanks!

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"