X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=a4575f4133e92b771bf769ae4972611dfdb7aa4e;hb=122ed577027ccbb85b2fe6a0f9449035fe074a9e;hp=7852de0745f3bac16ee4947ab963172a4bdc1f03;hpb=a1cd28f8099eac3938461f9e63ff6b74d4d824ef;p=st.git 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(); } }