Patching while not really woken up.
This commit is contained in:
parent
5984657c00
commit
5dc48af29e
1 changed files with 0 additions and 4 deletions
4
st.c
4
st.c
|
@ -835,10 +835,6 @@ selnotify(XEvent *e) {
|
||||||
*repl++ = '\r';
|
*repl++ = '\r';
|
||||||
}
|
}
|
||||||
|
|
||||||
last = data + nitems * format / 8;
|
|
||||||
repl = data;
|
|
||||||
|
|
||||||
|
|
||||||
ttywrite((const char *)data, nitems * format / 8);
|
ttywrite((const char *)data, nitems * format / 8);
|
||||||
XFree(data);
|
XFree(data);
|
||||||
/* number of 32-bit chunks returned */
|
/* number of 32-bit chunks returned */
|
||||||
|
|
Loading…
Reference in a new issue