From: Aurélien Aptel Date: Fri, 19 Nov 2010 21:32:39 +0000 (+0100) Subject: clean comment regarding redrawing in bmotion(). X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=81a048d6cfda84a06353911130fee029df077c8d clean comment regarding redrawing in bmotion(). --- diff --git a/st.c b/st.c index bed7e8d..38c8658 100644 --- 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); */ } }