From 33a9a456644ceb235ea6ce61282f3bdce7a8b547 Mon Sep 17 00:00:00 2001
From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 11 Apr 2020 15:45:06 +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 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));
-- 
2.20.1