1
0
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:
bakkeby 2020-04-20 10:53:23 +02:00
parent e4fa8079a0
commit 60d1827504

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));