aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-04-11 15:45:06 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-04-11 15:45:06 +0200
commit33a9a456644ceb235ea6ce61282f3bdce7a8b547 (patch)
tree2a6bd3de98f4653a8fedd388628969131814f131 /st.c
parent771bc401f76b329f78a285ca65355d4b43415172 (diff)
downloadst-patched-33a9a456644ceb235ea6ce61282f3bdce7a8b547.tar.bz2
st-patched-33a9a456644ceb235ea6ce61282f3bdce7a8b547.tar.xz
st-patched-33a9a456644ceb235ea6ce61282f3bdce7a8b547.zip
just remove the EOF message
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index a545724..9e568c6 100644
--- a/st.c
+++ b/st.c
@@ -830,7 +830,6 @@ ttyread(void)
830 830
831 switch (ret) { 831 switch (ret) {
832 case 0: 832 case 0:
833 fputs("found EOF in input\n", stderr);
834 exit(0); 833 exit(0);
835 case -1: 834 case -1:
836 die("couldn't read from shell: %s\n", strerror(errno)); 835 die("couldn't read from shell: %s\n", strerror(errno));