aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 96111a0..2809592 100644
--- a/st.c
+++ b/st.c
@@ -916,7 +916,6 @@ bpress(XEvent *e) {
916 if(sel.snap != 0) { 916 if(sel.snap != 0) {
917 sel.mode++; 917 sel.mode++;
918 tsetdirt(sel.nb.y, sel.ne.y); 918 tsetdirt(sel.nb.y, sel.ne.y);
919 draw();
920 } 919 }
921 sel.tclick2 = sel.tclick1; 920 sel.tclick2 = sel.tclick1;
922 sel.tclick1 = now; 921 sel.tclick1 = now;