From: Christoph Lohmann <20h@r-36.net>
Date: Sat, 13 Apr 2013 06:51:30 +0000 (+0200)
Subject: Patching while not really woken up.
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=5dc48af29e9972527767977be3bbc9c072cf1c13;p=st.git

Patching while not really woken up.
---

diff --git a/st.c b/st.c
index b350225..23a43c1 100644
--- a/st.c
+++ b/st.c
@@ -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 */