JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean comment regarding redrawing in bmotion().
authorAurélien Aptel <aurelien.aptel@gmail.com>
Fri, 19 Nov 2010 21:32:39 +0000 (22:32 +0100)
committerAurélien Aptel <aurelien.aptel@gmail.com>
Fri, 19 Nov 2010 21:32:39 +0000 (22:32 +0100)
st.c

diff --git a/st.c b/st.c
index bed7e8d..38c8658 100644 (file)
--- a/st.c
+++ b/st.c
@@ -522,7 +522,9 @@ static void brelease(XEvent *e) {
 static void bmotion(XEvent *e) {
        if (sel.mode) {
                getbuttoninfo(e, NULL, &sel.ex, &sel.ey);
-               //      draw(1);
+               /* XXX: draw() can't keep up, disabled for now.
+                  selection is visible on button release.
+                  draw(1); */
        }
 }