Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Remove unneded call to draw
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
96111a0
..
2809592
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-916,7
+916,6
@@
bpress(XEvent *e) {
if(sel.snap != 0) {
sel.mode++;
tsetdirt(sel.nb.y, sel.ne.y);
- draw();
}
sel.tclick2 = sel.tclick1;
sel.tclick1 = now;