X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=config.def.h;h=82b1b095ce7003897c9dc5c065d92abd0835884b;hp=616616a6d190962cef6143f934c846bf442b634a;hb=30683c70ab62fd37b5921cf72077b9aef2cb842e;hpb=a3beb626d2dae9d4d0883c7c8cb6ba58b0609105 diff --git a/config.def.h b/config.def.h index 616616a..82b1b09 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,7 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -char *shell = "/bin/sh"; +static char *shell = "/bin/sh"; char *utmp = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";