all repos — st @ 980991fa6e7b737d54f8e5c60c26275890eb28ff

st (suckless terminal) config

Fix the new -e handling. An empty cmd has to work for backwards compatibility.
Christoph Lohmann 20h@r-36.net
commit

980991fa6e7b737d54f8e5c60c26275890eb28ff

parent

ae1923d27533ff46400d93765e971558201ca1ee

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

jump to
M st.cst.c

@@ -4010,7 +4010,7 @@ case 'c':

opt_class = EARGF(usage()); break; case 'e': - if(argc > 1) + if(argc > 0) --argc, ++argv; goto run; case 'f':