mirror of
git://git.suckless.org/st
synced 2025-07-07 22:19:48 +01:00
removed debug code.
This commit is contained in:
parent
2b3f6aca5a
commit
c5b2056ba9
4
st.c
4
st.c
@ -392,10 +392,8 @@ ttyread(void) {
|
||||
|
||||
if((ret = read(cmdfd, buf, LEN(buf))) < 0)
|
||||
die("Couldn't read from shell: %s\n", SERRNO);
|
||||
else {
|
||||
printf("ttyread %d\n", ret);
|
||||
else
|
||||
tputs(buf, ret);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user