Commit 122ed57

Christoph Lohmann <20h@r-36.net>
2012-09-06 02:02:56
Making the selection work again.
1 parent a1cd28f
Changed files (1)
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();
 	}
 }