It would be also nice to remove debugging code from st.c:
void
ttywrite(const char *s, size_t n) {
{size_t nn;
for(nn = 0; nn < n; nn++)
dump(s[nn]);
}
Received on Tue Apr 26 2011 - 17:13:47 CEST
This archive was generated by hypermail 2.2.0 : Tue Apr 26 2011 - 17:24:02 CEST