From: Christoph Lohmann <20h@r-36.net> Date: Thu, 6 Sep 2012 06:02:56 +0000 (+0200) Subject: Making the selection work again. X-Git-Tag: 0.3~86 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e5588098c086a64d7339f0cbf1c187e068b9bfd9;p=st.git Making the selection work again. --- diff --git a/st.c b/st.c index 7852de0..a4575f4 100644 --- a/st.c +++ b/st.c @@ -551,7 +551,6 @@ bpress(XEvent *e) { sel.mode = 1; sel.ex = sel.bx = X2COL(e->xbutton.x); sel.ey = sel.by = Y2ROW(e->xbutton.y); - draw(); } }