This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Make st work with a plain -e command.
master
Christoph Lohmann
11 years ago
parent
b1813b14d9
commit
684cf55a0d
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
st.c
+ 2
- 1
st.c
View File
@ -3332,7 +3332,8 @@ main(int argc, char *argv[]) {
break
;
case
'
e
'
:
/* eat all remaining arguments */
opt_cmd
=
&
argv
[
1
]
;
if
(
argc
>
1
)
opt_cmd
=
&
argv
[
1
]
;
goto
run
;
case
'
f
'
:
opt_font
=
EARGF
(
usage
(
)
)
;
Write
Preview
Loading…
Cancel
Save