Browse Source

Patching while not really woken up.

master
Christoph Lohmann 11 years ago
parent
commit
5dc48af29e
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      st.c

+ 0
- 4
st.c View File

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