diff options
-rw-r--r-- | st.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); */ } } |