pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771bc40
)
just remove the EOF message
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:45:06 +0000
(15:45 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:45:06 +0000
(15:45 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
a545724
..
9e568c6
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-830,7
+830,6
@@
ttyread(void)
switch (ret) {
case 0:
- fputs("found EOF in input\n", stderr);
exit(0);
case -1:
die("couldn't read from shell: %s\n", strerror(errno));