commit 60d1827504f11324d26707e0ff3bdf42de1380cb parent e4fa8079a09051f5ca87c9e2f46fd9d704042e94 Author: bakkeby <bakkeby@gmail.com> Date: Mon, 20 Apr 2020 10:53:23 +0200 just remove the EOF message Diffstat:
| M | st.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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));