Explorar o código

Making the selection work again.

Christoph Lohmann %!s(int64=12) %!d(string=hai) anos
pai
achega
122ed57702
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      st.c

+ 0 - 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();
 	}
 }