X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=9e568c628471574456fa41f1260e6e70f943eda3;hb=33a9a456644ceb235ea6ce61282f3bdce7a8b547;hp=a5457245090ce298496b4b1f3b02fdccbc625dbd;hpb=e997303502ddd5c26cfc41af0ff5356bffc04359;p=st.git diff --git a/st.c b/st.c index a545724..9e568c6 100644 --- 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));