diff -r 7bae6f59e9f6 st.c --- a/st.c Sun Jan 23 12:30:01 2011 +0100 +++ b/st.c Fri Apr 01 14:40:19 2011 +0100 @@ -528,9 +528,7 @@ bmotion(XEvent *e) { if (sel.mode) { getbuttoninfo(e, NULL, &sel.ex, &sel.ey); - /* XXX: draw() can't keep up, disabled for now. - selection is visible on button release. - draw(1); */ + draw(1); } }