all repos — st @ 33a9a456644ceb235ea6ce61282f3bdce7a8b547

st (suckless terminal) config

just remove the EOF message
Hiltjo Posthuma hiltjo@codemadness.org
commit

33a9a456644ceb235ea6ce61282f3bdce7a8b547

parent

771bc401f76b329f78a285ca65355d4b43415172

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -830,7 +830,6 @@ ret = read(cmdfd, buf+buflen, LEN(buf)-buflen);

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