diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-04-13 08:51:30 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-04-13 08:51:30 +0200 |
commit | 5dc48af29e9972527767977be3bbc9c072cf1c13 (patch) | |
tree | e34abd4bbf8960e7a92dd507eaec47932d64225b | |
parent | 5984657c001fe5b4690cef5ddffe11acbf7da7f2 (diff) | |
download | st-5dc48af29e9972527767977be3bbc9c072cf1c13.tar.gz st-5dc48af29e9972527767977be3bbc9c072cf1c13.tar.bz2 |
Patching while not really woken up.
-rw-r--r-- | st.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -835,10 +835,6 @@ selnotify(XEvent *e) { *repl++ = '\r'; } - last = data + nitems * format / 8; - repl = data; - - ttywrite((const char *)data, nitems * format / 8); XFree(data); /* number of 32-bit chunks returned */ |