Browse Source

removed debug code.

master
Aurélien Aptel 14 years ago
parent
commit
df5c5ed045
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      st.c

+ 1
- 3
st.c View File

@ -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…
Cancel
Save