Making the selection work again.
This commit is contained in:
parent
a1cd28f809
commit
122ed57702
1 changed files with 0 additions and 1 deletions
1
st.c
1
st.c
|
@ -551,7 +551,6 @@ bpress(XEvent *e) {
|
||||||
sel.mode = 1;
|
sel.mode = 1;
|
||||||
sel.ex = sel.bx = X2COL(e->xbutton.x);
|
sel.ex = sel.bx = X2COL(e->xbutton.x);
|
||||||
sel.ey = sel.by = Y2ROW(e->xbutton.y);
|
sel.ey = sel.by = Y2ROW(e->xbutton.y);
|
||||||
draw();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue