]> Sergey Matveev's repositories - st.git/commitdiff
Making the selection work again.
authorChristoph Lohmann <20h@r-36.net>
Thu, 6 Sep 2012 06:02:56 +0000 (08:02 +0200)
committerChristoph Lohmann <20h@r-36.net>
Thu, 6 Sep 2012 06:02:56 +0000 (08:02 +0200)
st.c

diff --git a/st.c b/st.c
index 7852de0745f3bac16ee4947ab963172a4bdc1f03..a4575f4133e92b771bf769ae4972611dfdb7aa4e 100644 (file)
--- 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();
        }
 }