Introduction
Introduction Statistics Contact Development Disclaimer Help
just remove the EOF message - st - simple terminal
git clone git://git.suckless.org/st
Log
Files
Refs
README
LICENSE
---
commit 33a9a456644ceb235ea6ce61282f3bdce7a8b547
parent 771bc401f76b329f78a285ca65355d4b43415172
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 11 Apr 2020 15:45:06 +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
@@ -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));
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.