mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 12:05:49 +00:00
just remove the EOF message
This commit is contained in:
parent
e4fa8079a0
commit
60d1827504
1
st.c
1
st.c
@ -896,7 +896,6 @@ ttyread(void)
|
|||||||
|
|
||||||
switch (ret) {
|
switch (ret) {
|
||||||
case 0:
|
case 0:
|
||||||
fputs("found EOF in input\n", stderr);
|
|
||||||
exit(0);
|
exit(0);
|
||||||
case -1:
|
case -1:
|
||||||
die("couldn't read from shell: %s\n", strerror(errno));
|
die("couldn't read from shell: %s\n", strerror(errno));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user