commit 33a9a456644ceb235ea6ce61282f3bdce7a8b547 from: Hiltjo Posthuma date: Sat Apr 11 13:45:06 2020 UTC just remove the EOF message commit - 771bc401f76b329f78a285ca65355d4b43415172 commit + 33a9a456644ceb235ea6ce61282f3bdce7a8b547 blob - a5457245090ce298496b4b1f3b02fdccbc625dbd blob + 9e568c628471574456fa41f1260e6e70f943eda3 --- st.c +++ 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));