]> git.armaanb.net Git - st.git/commitdiff
just remove the EOF message
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:45:06 +0000 (15:45 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 11 Apr 2020 13:45:06 +0000 (15:45 +0200)
st.c

diff --git a/st.c b/st.c
index a5457245090ce298496b4b1f3b02fdccbc625dbd..9e568c628471574456fa41f1260e6e70f943eda3 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));