all repos — st @ 5703aa0390484dd7da4bd9c388c85708d8fcd339

st (suckless terminal) config

make argv0 not static, fixes a warning with tcc

Reported by Aajonus, thanks!
Hiltjo Posthuma hiltjo@codemadness.org
commit

5703aa0390484dd7da4bd9c388c85708d8fcd339

parent

28ad28839985e965c9ca06a9a202523414c84ac4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M x.cx.c

@@ -15,7 +15,7 @@ #include <X11/keysym.h>

#include <X11/Xft/Xft.h> #include <X11/XKBlib.h> -static char *argv0; +char *argv0; #include "arg.h" #include "st.h" #include "win.h"