mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Make st work with a plain -e command.
This commit is contained in:
parent
b1813b14d9
commit
684cf55a0d
3
st.c
3
st.c
@ -3332,7 +3332,8 @@ main(int argc, char *argv[]) {
|
|||||||
break;
|
break;
|
||||||
case 'e':
|
case 'e':
|
||||||
/* eat all remaining arguments */
|
/* eat all remaining arguments */
|
||||||
opt_cmd = &argv[1];
|
if(argc > 1)
|
||||||
|
opt_cmd = &argv[1];
|
||||||
goto run;
|
goto run;
|
||||||
case 'f':
|
case 'f':
|
||||||
opt_font = EARGF(usage());
|
opt_font = EARGF(usage());
|
||||||
|
Loading…
Reference in New Issue
Block a user