st

simple terminal

git clone https://9o.is/git/st.git

commit 3113151b27ea88e651e566d47f135f8f452c4c6a
parent 605bfd9b5f9c765423443865797ca7af0c913312
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 11 Apr 2020 15:45:06 +0200

just remove the EOF message

Diffstat:
Mst.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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));