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]);
        }


Reply via email to