ソースを参照

Making the selection work again.

Christoph Lohmann 12 年 前
コミット
122ed57702
1 ファイル変更0 行追加1 行削除
  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();
 	}
 }