From 60d1827504f11324d26707e0ff3bdf42de1380cb Mon Sep 17 00:00:00 2001 From: bakkeby Date: Mon, 20 Apr 2020 10:53:23 +0200 Subject: [PATCH] just remove the EOF message --- st.c | 1 - 1 file changed, 1 deletion(-) diff --git a/st.c b/st.c index d95a4c6..f26d0b9 100644 --- a/st.c +++ b/st.c @@ -896,7 +896,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));