Making the selection work again.

master
Christoph Lohmann 12 years ago
parent a1cd28f809
commit 122ed57702

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

Loading…
Cancel
Save